<HdkR>
I won't get until this weekend to work on it more
<HdkR>
That roughly makes up for the week of work I missed as well :P
Moiman has joined #panfrost
NeuroScr has quit [Quit: NeuroScr]
cwabbott has quit [Quit: cwabbott]
yann has joined #panfrost
cwabbott has joined #panfrost
stikonas has joined #panfrost
stikonas_ has joined #panfrost
stikonas has quit [Ping timeout: 245 seconds]
<urjaman>
whoops, i didnt reboot the C201 at all during the week after i installed the rc7 kernel ... and now it's already too old
<urjaman>
(that is, i "installed" it and was like meh it'll get tested whenever i get to rebooting ... nope, didnt get tested before now :P)
narmstrong has quit [Ping timeout: 264 seconds]
narmstrong has joined #panfrost
stikonas_ has quit [Remote host closed the connection]
afaerber has quit [Quit: Leaving]
afaerber has joined #panfrost
MoeIcenowy has quit [Quit: ZNC 1.6.5+deb1+deb9u1 - http://znc.in]
MoeIcenowy has joined #panfrost
herbmillerjr has quit [Quit: Konversation terminated!]
metaverse has joined #panfrost
<alyssa>
So today wasn't going to be a Panfrost work day, buuuuuuut
<alyssa>
I woke up just now with a cosmic vision on how to implement that feature I tried to do the other day efficiently :p
<alyssa>
Namely, csel with vectorized conditions... Midg can only do scalar conditions... but note the identity holds:
<alyssa>
C ? A : B = (C ? A : 0) | (C ? 0 : B) = (C & A) | (~C & B)
<alyssa>
iand r0, C, A
<alyssa>
iandnot r0, B, C
<alyssa>
er
<alyssa>
iand r0, C, A
<alyssa>
iandnot r1, B, C
<alyssa>
ior out, r0, r1
<alyssa>
3 ops to do a vec4 compare
<alyssa>
(Compare to 8 we presently emit, or 4 in the best case but that's probably not possible to hit)
cwabbott has quit [Read error: Connection reset by peer]
<sphalerite>
alyssa: I've been supporting you via liberapay, but apparently your account isn't configured to receive new donations or something? Are you in principle still accepting donations?
<urjaman>
didnt liberapay just end the stuff ... or actually, i didnt check what happened after their problem way back
* urjaman
checks
<urjaman>
I remember sending her about a year worth of $1/month at some point when liberapay said they have payment processor problem of some sort
cwabbott has joined #panfrost
<alyssa>
sphalerite: Something happened with liberapay last July, I haven't gotten around to figuring out how to reenable it since. I probably should have officially shut the account off but there hasn't been any real activity so it hasn't been hi-prio in either way
<sphalerite>
ah ok
<alyssa>
And donations were supposed to be tied to my blog more than anything \shrug/
<sphalerite>
urjaman: yeah they have a new model which pays the money out directly in advance so they don't have to hold funds
<alyssa>
sphalerite: ..So if I'm not configured, what's happening...?
<sphalerite>
" Cannot be renewed because the account of the recipient isn't ready to receive new payments."
<alyssa>
Ah.
<alyssa>
FWIW the integer arithmetic alone is 3 ops and I don't think it's possible to do lower than that, but they're all scheduler-friendly ops
stikonas has joined #panfrost
<urjaman>
sphalerite: yeah i read that now (and to me them not holding funds kinda breaks the service...)