Kernel died when importing the 'pycuda.autoinit' module on win10? #341
Replies: 5 comments
-
Please supply console output and a stack trace of the crashed process. Does pycuda work if used from the command line? Can you run CUDA C examples from the CUDA SDK? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It's hard to diagnose that given that there appears to be no error message whatsoever. Does the CUDA driver API example from the CUDA SDK work when run? Another thing you could try is to rebuild PyCUDA with tracing ( |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The program crashes at return ctx_marker(dev) |
Beta Was this translation helpful? Give feedback.
-
my os: win10
python: 3.7
cuda:10.1
Kernel died when importing the pycuda.autoinit module on win10? I installed pycuda through pip, how can I solve it?
Beta Was this translation helpful? Give feedback.
All reactions