I am not convinced this is caused by JtR alone, so this bug is just a heads up.
Bitcoin opencl format is failing self test on Intel GPUs, unless we limit LWS to 14 or smaller.
Here is an example on Arc B60:
$ ./john -test -format=bitcoin-opencl
Bitcoin-opencl
Device 1: Intel(R) Arc(TM) Pro B60 Graphics
Benchmarking: Bitcoin-opencl, Bitcoin Core [SHA512 AES OpenCL]... FAILED (cmp_all(1))
$ LWS=14 ./john -test -format=bitcoin-opencl
Device 1: Intel(R) Arc(TM) Pro B60 Graphics
Benchmarking: Bitcoin-opencl, Bitcoin Core [SHA512 AES OpenCL]...(1280 blocks)
DONE
Speed for cost 1 (iteration count) of 200460
Raw: 2333 c/s real, 2327 c/s virtual
I am not convinced this is caused by JtR alone, so this bug is just a heads up.
Bitcoin opencl format is failing self test on Intel GPUs, unless we limit LWS to 14 or smaller.
Here is an example on Arc B60: