RandomX_CUDA icon indicating copy to clipboard operation
RandomX_CUDA copied to clipboard

RandomX CUDA implementation

Results 2 RandomX_CUDA issues
Sort by recently updated
recently updated
newest added
trafficstars

Followed the steps in the readme, but the compile fails at nvcc ``` cd RandomX_CUDA && nvcc -arch=sm_35 -prec-div=true -prec-sqrt=true -o ../bin/randomx ../RandomX/bin/librandomx.a kernel.cu kernel.cu: In function ‘bool test_mining(bool, int,...

The real issue is also that there are so many variants of the cards that have a differing numbers of cuda cores . Especially in the GTX realm of cards...