johguse

Results 17 comments of johguse

@Arachnid My experiments with CUDA didn't yield any extra gains beyond what I'd already achieved in OpenCL but I did manage to improve on the Keccak code a bit. Almost...

Try skipping your integrated GPU, add `-s 0` to command line arguments and see if that works.

It's a long shot but does the same error occur when compiling without any optimizations? I.e, try removing the -O2 flag from the Makefile. I'll see if I can get...

I believe this problem might be fixed in version 1.3. I didn't realize I had to manually flush the command queue in OpenCL when I wasn't issuing blocking commands. Please...

I'm ready to add functionality, just generalize the required pattern over the hash as much as possible and I'll add it. I.e, is 2 leading zero bytes + 4 additional...

Wonderful, I'll implement this tomorrow and upload a new release.

Yeah, sorry for the long delay. Been prioritizing day work, will try to get this done during the week.