Re: [PyCUDA] undefined symbol error

2017-11-29 Thread Hanan
*** After suffering for a day I found I had a misspelled the CUDA_ROOT environment variable! The setup scripts do not verify it is correct Be ware! *** -- Sent from: http://pycuda.2962900.n2.nabble.com/ ___ PyCUDA mailing list PyCUDA@tiker.net

Re: [PyCUDA] undefined symbol error

2017-03-30 Thread Peter Walsh
Andreas' suggested fix (build pycuda yourself with CXX11_ABI option) worked fine for me. Are you sure you are running the newly built pycuda? The logs show you using a virtual env etc, sure you installed newly built pycuda to that one etc? On 30 March 2017 at 15:15, jredwards

Re: [PyCUDA] undefined symbol error

2017-03-30 Thread jredwards
Hi, I have been getting the same error message: Traceback (most recent call last): File "test/test_driver.py", line 6, in from pycuda.tools import mark_cuda_test, dtype_to_ctype File

Re: [PyCUDA] undefined symbol error

2017-01-29 Thread Andreas Kloeckner
Chris writes: > Hey Andreas, > I am having a similar issue that Kambiz Tavabi was having. Here is the error > (I have pycuda on anaconda2 just like Kambiz) > > File "main_class.py", line 17, in > import pycuda.gl as cuda_gl > File >