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
Hello, I have a similar issue, I have run command CUDA_ARCH=75 pip install git+https://github.com/src-d/kmcuda.git#subdirectory=src --user, but still not work.
Traceback (most recent call last):
File "<ipython-input-7-fc4306ec9a9d>", line 11, in <module>
centroids, assignments = kmeans_cuda(arr, 4, verbosity=1, seed=3)
ValueError: No such CUDA device exists
reassignments threshold: 100
compute capability mismatch for device 0: wanted 6.1, have 7.5
>>>> you may want to build kmcuda with -DCUDA_ARCH=75 (refer to "Building" in README.md)
The text was updated successfully, but these errors were encountered:
Hello, I have a similar issue, I have run command
CUDA_ARCH=75 pip install git+https://github.com/src-d/kmcuda.git#subdirectory=src --user
, but still not work.The text was updated successfully, but these errors were encountered: