In a fork of this project (other coin), the following change made the difference between working an non-working (no GPU results after thousands of %) on a NVIDIA Corporation GeForce GTX 1080, OpenCL 1.2.
Yes, it is independent. I do not encounter the problem in #28 in my fork because of some other code changes. I removed key gen type 2 and implemented bip39 passphrases.
In a fork of this project (other coin), the following change made the difference between working an non-working (no GPU results after thousands of %) on a NVIDIA Corporation GeForce GTX 1080, OpenCL 1.2.
My suggestion is that when dereferencing and assigning to
key_material
, the compiler does not understand thatkey_material
depends onget_global_id
.Do you want to have this patch on master to avoid future surprises? Unfortunatly I cannot reproduce master by the patch because of #28.