You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-10-23.10:11:00] [Info] Compiling OpenCL kernels...
2 errors generated.
[2024-10-23.10:11:00] [Info] Error: <kernel>:1935:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
<kernel>:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])
^
<kernel>:1949:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
<kernel>:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])"
The text was updated successfully, but these errors were encountered:
what GPU are you using? I found in my case I get the same errors if i try to run the cl version on my RTX 3050, I don't get them on the intel CPU. CUDA version seems to work fine on 3050.
when i run it i get this errors:
"
The text was updated successfully, but these errors were encountered: