anuragrao has quit [Remote host closed the connection]
anuragrao has joined #asahi-gpu
Stary has joined #asahi-gpu
cylm has quit [Ping timeout: 480 seconds]
anuragrao has quit [Ping timeout: 480 seconds]
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-gpu
ddxtanx has quit [Quit: Konversation terminated!]
ddxtanx has joined #asahi-gpu
ddxtanx has quit []
ddxtanx has joined #asahi-gpu
anuragrao has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
pjakobsson has joined #asahi-gpu
john-cabaj has joined #asahi-gpu
karolherbst_ is now known as karolherbst
john-cabaj has quit [Ping timeout: 480 seconds]
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #asahi-gpu
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-gpu
anuragrao has joined #asahi-gpu
yuyichao_ has quit [Ping timeout: 480 seconds]
anuragrao has quit [Ping timeout: 480 seconds]
anuragrao has joined #asahi-gpu
abbe has quit [Remote host closed the connection]
abbe has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-gpu
pb17 has joined #asahi-gpu
anuragrao has joined #asahi-gpu
yuyichao_ has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
anuragrao has joined #asahi-gpu
yuyichao has joined #asahi-gpu
yuyichao_ has quit [Ping timeout: 480 seconds]
yuyichao_ has joined #asahi-gpu
anuragrao has quit [Remote host closed the connection]
anuragrao has joined #asahi-gpu
yuyichao has quit [Ping timeout: 480 seconds]
anuragrao has quit [Ping timeout: 480 seconds]
<karolherbst>
"Testing "/" cl_int Verification failed at element 1749980: 0x2ba97a73 / 0xfa8d9df5 = 0xfffffff8, got 0xffffffef" noooo
anuragrao has joined #asahi-gpu
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
anuragrao has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
ddxtanx_ has joined #asahi-gpu
ddxtanx has quit [Ping timeout: 480 seconds]
<karolherbst>
alyssa: okay, your block/blit stuff works for fp32, but not for fp16
<karolherbst>
image format that means
<karolherbst>
but mhh.. only fails for 1D and 2D
<karolherbst>
ahh.. and 1Darray
anuragrao has joined #asahi-gpu
flokli has quit [Ping timeout: 480 seconds]
flokli has joined #asahi-gpu
chadmed has quit [Read error: Connection reset by peer]
chadmed has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
anuragrao has joined #asahi-gpu
anuragrao has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-gpu
<karolherbst>
okay.. I think the int bug above is a rusticl one
<karolherbst>
something with block/grid sizes
jeisom has joined #asahi-gpu
<karolherbst>
oh no.. it's a real bug..
<karolherbst>
probably something wrong in nir_lower_idiv
<alyssa>
uhoh
<karolherbst>
I've asked austriancoder if it also happens on etnaviv...
<karolherbst>
that's gonna be pain to debug
pb17 has quit [Ping timeout: 480 seconds]
<karolherbst>
at least reverting 65e431e61a3bace7e50c11d699880ae860f76133 doesn't help.. but maybe the other changes might? But I'm not in the mood of doing reverts across the big nir rename...
<karolherbst>
maybe enable it and see if it works?
<alyssa>
was slightly more complicated than that but yeah, added the test and indeed we're failing for large inputs
<alyssa>
i can work with this :+1:
<alyssa>
though not right now I have a big todo list this week
<karolherbst>
yeah, fair
<alyssa>
i'll get to it soon
<karolherbst>
I'll just be busy figuring out what's wrong with the blit, because it's not the actual copy being all wrong, so it's a bit confusing...
<alyssa>
yeehaw
<karolherbst>
alyssa: mhhh.. okay, maybe it's the blit.. but what seems to happen is, that the image gets initialized with 0xffff over it's entire size, then an API copy happens at offset srcOffset = 79, destOffset = 121 and then the destination becomes 0x7e00 starting at offset 96.... but 121+ is as expected copied from the source
<alyssa>
ok
<alyssa>
which test case is that?
<alyssa>
I think I know what's happening but I'd like to confirm