Hello! I’m getting into machine learning with GPU, and I got most everything figured out. But, it says I’m missing a few .dll files.
Specifically:
cublas64_10.dll
curand64_10.dll
cusolver64_10.dll
I installed CUDA in hopes of finding these libraries. But they have cublas64_100.dll, curand64_100.dll, and cusolver64_100.dll
It apparently needs 10 not 100. Does anyone know where I can find the_10.dll instead of the_100.dll??
Thank you