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

cufft library not found #335

Open
zhizhushukuang opened this issue Apr 24, 2024 · 0 comments
Open

cufft library not found #335

zhizhushukuang opened this issue Apr 24, 2024 · 0 comments

Comments

@zhizhushukuang
Copy link

An OSError exception is raised at line 46 of the "cufft.py" file, indicating that the cuFFT library cannot be found.
OSError: cuFFT library not found

In Windows 11, skcuda cannot locate the "cufft64_11.lib" library file correctly. By consulting the source code, I modified _win32_version_list to [11, 10, 100, 92, 91, 90, 80, 75, 70, 65, 60, 55, 50, 40], resolving this issue.

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