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