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

cusolver.py can't import cusolver64_11.dll #324

Open
Axciton opened this issue Sep 29, 2021 · 0 comments
Open

cusolver.py can't import cusolver64_11.dll #324

Axciton opened this issue Sep 29, 2021 · 0 comments

Comments

@Axciton
Copy link

Axciton commented Sep 29, 2021

Probably caused by a misprint in cusolver.py, "11" is missed in _win32_version_list.

in line 26 two "10":

_win32_version_list = [110, 10, 10, 100, 92, 91, 90, 80, 75, 70]

I think it should be

_win32_version_list = [110, 11, 10, 100, 92, 91, 90, 80, 75, 70]

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

1 participant