07:52yetoo: where is wmctrl repository/issue tracker
07:55yetoo: because homepage 404s/not found error
12:47Lynne: is there something in the vulkan properties that signals the optimal workgroup size?
12:47Lynne: VkPhysicalDeviceShaderCorePropertiesAMD.wavefrontSize?
12:49psykose: holy property name batman
18:13bnieuwenhuizen: Lynne don't think there is. Basics are to use a multiple of the subgroup/wavefront size
18:14bnieuwenhuizen: And many algorithms which use shared memory tend to do better with bigger workgroups
18:14bnieuwenhuizen: But for the GPU itself can be situational
18:19alyssa: Passed: 2060/2061 (100.0%)
18:19alyssa: Failed: 1/2061 (0.0%)
18:19alyssa: I love dEQP's rounding :~P
18:32jenatali: alyssa: Perfect result
18:55alyssa: jenatali: Exactly
18:59HdkR: Looks like you've basically won dEQP though :)
19:03karolherbst: uhhh.. what do I have to change so that meson doens't overwrite the cross files c_flags?
19:03karolherbst: uhm.. a_args
19:07alyssa: HdkR: 2061/2061 were passing before my patch :~P
19:08HdkR: alyssa: Guess it uncovered a test bug :P
19:08alyssa: Lol
19:09alyssa: I want to write an SSA-based RA before I graduate
19:09alyssa: currently deep within live range splitting hell
19:10HdkR: Welcome to my hell
19:11karolherbst: just split randomly, how bad could it be
19:11HdkR:watches the infinite loops with no forward progress
19:11alyssa: Brrr
19:12karolherbst: use AI
19:14HdkR: Gotta use those embedded NPUs somehow
19:14HdkR: Because games sure as hell aren't using them
19:14karolherbst: use them for fancy driver AA
19:15karolherbst: ehh wait, they are actually doing it.. uhm...
19:15alyssa: 2 files changed, 429 insertions(+), 33 deletions(-)
19:15alyssa: still nowhere close
19:15alyssa: live range splitting go brrr
19:16karolherbst: so building for 32 bit is still as annoying as ever? glad that some things never change
19:17alyssa: https://www.youtube.com/watch?v=nVW9QOIeqQg
19:18karolherbst: nice.. forgot to install 32 bit libelf
19:18karolherbst: why didn't meson complain before compiling? very good question