Open
Description
The example code Openpiv_Python_Cython_GPU_demo.ipynb
run in Googles Colaboratory (at import pycuda.autoinit
) throws the following error:
/usr/local/lib/python2.7/dist-packages/pycuda/driver.py:66: UserWarning: Failed to import the CUDA driver interface, with an error message indicating that the version of your CUDA header does not match the version of your CUDA driver.
warn("Failed to import the CUDA driver interface, with an error "
ImportErrorTraceback (most recent call last)
<ipython-input-4-6b190a107c72> in <module>()
1 # check to make sure PyCUDA installed properly
----> 2 import pycuda.autoinit
1 frames
/usr/local/lib/python2.7/dist-packages/pycuda/driver.py in <module>()
60
61 try:
---> 62 from pycuda._driver import * # noqa
63 except ImportError as e:
64 if "_v2" in str(e):
ImportError: /usr/local/lib/python2.7/dist-packages/pycuda/_driver.so: undefined symbol: cuIpcOpenMemHandle_v2
Metadata
Metadata
Assignees
Labels
No labels