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
Me too, my environment is CUDA 12.2, and the thundersvm.dll is correctly builded, while the python told me it cannot find the module and let me try using the full path with constructor syntax. Looking for someone can help me......
You need to the following in the python module for CUDA 12
import os
os.add_dll_directory("C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.3\bin")
Does this code support code 12?
I recently updated my cuda and I'm no longer able to run my code.
Thank you
The text was updated successfully, but these errors were encountered: