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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: