<jenatali>
Oh well, that's a job for Monday I guess
<DavidHeidelberg[m]>
zmike: yeah, I shouldn't close that quickly. Thanks for reopening
<zmike>
DavidHeidelberg[m]: I just got home and checked and it seems like another LLVM problem
<zmike>
so probably it'll never get fixed
<zmike>
would recommend adding to flakes
<DavidHeidelberg[m]>
zmike: yeah, the different LLVM makes a huge impact I guess
<DavidHeidelberg[m]>
zmike: not enough interesting to get it workarounded? btw. few days ago it had same LLVM, so these are new issues.
<DavidHeidelberg[m]>
and Debian 12 is in hard freeze, so I don't expect changes
<zmike>
I'm not LLVM expert enough to fix it, which leaves very few others within the venn diagram region of "cares about ci" and "knowledgeable about llvmpipe internals"
<zmike>
see also all the other llvmpipe tickets open
<DavidHeidelberg[m]>
sure, I'll add it into flakes before the merge, if it won't get tackled :)
bgs has joined #dri-devel
columbarius has joined #dri-devel
co1umbarius has quit [Ping timeout: 480 seconds]
<airlied>
mlankhorst: please dequeue fixes next week
<airlied>
also you don't have to wait until Friday, happy to get pulls any day you have time
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #dri-devel
heat_ has joined #dri-devel
heat has quit [Read error: No route to host]
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #dri-devel
Lyude has quit [Quit: Bouncer restarting]
macromorgan has joined #dri-devel
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #dri-devel
Danct12 has quit [Remote host closed the connection]
Danct12 has joined #dri-devel
dcz_ has quit [Ping timeout: 480 seconds]
fxkamd has quit []
Lyude has joined #dri-devel
chloekek has joined #dri-devel
alanc has quit [Remote host closed the connection]
alanc has joined #dri-devel
heat has joined #dri-devel
heat_ has quit [Read error: Connection reset by peer]
<karolherbst>
jenatali: any opinion on flushing whole queues or only flushing requested event items (and their dependencies, including implicit ones like for in order queues)?
<jenatali>
karolherbst: I just flush whole queues
<karolherbst>
yeah.. I'm wondering if I want to do the same, because it makes the implenentation way simpler
<karolherbst>
jenatali: though I think in the case of ordered queues the expectation is, that runtimes will reorder depending on what the application is waiting on
heat_ has joined #dri-devel
Lyude has quit [Quit: Bouncer restarting]
heat has quit [Read error: No route to host]
<karolherbst>
but I don't even know if it matters at all