Anyone can compile for latest CUDA? So we can use with new RTX cards. Thanks!
If you meant putting something like this in the Makefile:
-arch=sm_35 \
-gencode=arch=compute_35,code=sm_35 \
-gencode=arch=compute_50,code=sm_50 \
-gencode=arch=compute_52,code=sm_52 \
-gencode=arch=compute_60,code=sm_60 \
-gencode=arch=compute_61,code=sm_61 \
-gencode=arch=compute_70,code=sm_70 \
-gencode=arch=compute_75,code=sm_75 \
-gencode=arch=compute_80,code=sm_80 \
-gencode=arch=compute_86,code=sm_86 \
Which compiles for all GPUs supported by CUDA 11.2, it turns out that it's taking a
long time to build cuBitCrack - It's already been 20 minutes.
Edit: scratch that, the compile job finished the second I posted this

It stands at 7.5MB large, not bad for a fatbinary with nine different arch versions in it. However this also gives me the misaligned address error on my T4, but now that I have it here I can finally diagnose it.