ChanServ changed the topic of #lima to: Development channel for open source lima driver for ARM Mali4** GPUs - Kernel driver has landed in mainline, userspace driver is part of mesa - Logs at https://oftc.irclog.whitequark.org/lima/
ity has quit [Remote host closed the connection]
ity has joined #lima
chewitt has joined #lima
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #lima
jernej- has joined #lima
jernej has quit [Read error: Connection reset by peer]
<anarsoul> so I'm working on improving combiner unit usage in ppir, but it's either I'm missing something in encoding (will check tomorrow) or there is some weird interaction with combiner and branch
<anarsoul> e.g.
<anarsoul> load.v $2.x 1.x, load.u 1, mul.s2 $0.y ^uniform.x $2.xxxx, branch.lt $0.x $0.y 18
<anarsoul> ^^ this doesn't work
<anarsoul> but
<anarsoul> load.v $2.x 1.x, load.u 1, mul.s0 $0.y ^uniform.x $2.x, branch.lt $0.x $0.y 18
<anarsoul> works fine
<anarsoul> I suspect it's something about branch
mripard has joined #lima
mripard has quit [Quit: WeeChat 4.5.1]
chewitt has quit [Quit: Zzz..]
chewitt has joined #lima
chewitt has quit []
<anarsoul> down to 6 failures (4 actual failures, but one causes job timeout and kills 2 other tests)
<anarsoul> darn, I hate pp select :)
<anarsoul> it seems to be working and improvement for some shaders is significant
<anarsoul> enunes: when you get back please take a look at https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33540