Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute capability mismatch for device 0: wanted 6.1, have 7.5 #92

Open
ahbon123 opened this issue Aug 18, 2019 · 3 comments
Open

compute capability mismatch for device 0: wanted 6.1, have 7.5 #92

ahbon123 opened this issue Aug 18, 2019 · 3 comments

Comments

@ahbon123
Copy link

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)
@tsologub
Copy link

tsologub commented Sep 5, 2019

@ahbon123 have you solved this issue? any help on this?

@tsologub
Copy link

tsologub commented Sep 5, 2019

This issue is fixable with installing libKMCUDA via build instructions.

@patzm
Copy link

patzm commented Mar 23, 2020

I think this is resolved with #97. However, this PR is not included in a tagged release just yet.
Can you try

pip install "libKMCUDA @ git+https://github.com/src-d/kmcuda@7199d25289ea91a1c8bf2b45654407f4e12cdbff#egg=libKMCUDA&subdirectory=src"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants