lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

cufft library not found #335

Open zhizhushukuang opened 5 months ago

zhizhushukuang commented 5 months ago

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.