<HdkR>
v8.0 is 16 core solidrun board, v8.2 is xavier AGX
<tomeu>
HdkR: HoneyComb LX2 ?
warpme_ has joined #panfrost
<HdkR>
tomeu: Correct
nlhowell has joined #panfrost
<bbrezillon>
daniels: I didn't write panfrost_u_blitter_blit() :P
stikonas has joined #panfrost
raster has joined #panfrost
catfella has joined #panfrost
anarsoul has quit [Ping timeout: 245 seconds]
anarsoul has joined #panfrost
rcf has quit [Quit: WeeChat 3.2-dev]
rcf has joined #panfrost
nlhowell has quit [Ping timeout: 268 seconds]
adjtm has joined #panfrost
nlhowell has joined #panfrost
nlhowell has quit [Ping timeout: 260 seconds]
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
stikonas has quit [Read error: Connection reset by peer]
stikonas_ has joined #panfrost
nlhowell has joined #panfrost
nlhowell has quit [Ping timeout: 246 seconds]
kherbst has joined #panfrost
karolherbst has quit [Ping timeout: 265 seconds]
adjtm has quit [Remote host closed the connection]
chewitt has quit [Quit: Adios!]
adjtm has joined #panfrost
stikonas_ is now known as stikonas
chrisf- has joined #panfrost
kherbst is now known as karolherbst
<warpme_>
hmm. interesting. i finally got cross-compiled llvm jit compiler working for llvmpipe on cross-compiled target. to get this target llvm needs to have LLVM_HOST_TRIPLE set to target triple - not host (host triple seems to be logical. isn't?). afaik this seems to be somewhat undocumented on llvm. took me some time to reverse eng. to get this....