Again I’m just using a standard install from pip, with ordinary Windows 10, 
Anaconda3, VS2015 and CUDA Toolkit 8.0 and simple usage of GPUArrays such as 
the following throws CompileErrors for me:

import pycuda.autoinit
import pycuda.gpuarray as gpuarray
import numpy as np
a_gpu = gpuarray.to_gpu( np.ones(100) )
a_gpu - a_gpu

Help would be greatly appreciated.
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
https://lists.tiker.net/listinfo/pycuda

Reply via email to