David Hou
David Hou
oh also, check memory usage. i think this saved some memory too.
Sounds good!
Hmmm.... I might do it myself after i read up on node/js. Any idea where to start?
and scrypt-n too :D I'm launch parallaxcoin on the 4th and itd be awesome to have centralised merged mining on launch
cc @patosai
aren't accs in register? seems like this should only allow using less registers instead of L1 cache locality (but i don't see a reason why this should decrease registers either....
@0xtimmy brought up a good point in #4409 about re-broadcasting accs across unroll dim, need to adjust
I'm not sure if I'm missing some details. @0xtimmy thoughts? or feel free to just do it yourself. I think loaded_buffers need to be scoped per sequential loop.
seems like accs and loaded_buffers kind of the same thing
It's hard to test this because there is no interface behavior change. Thus the future behavior changes need to be careful not to use this wrong. Maybe I am not...