pycuda

Errors in PyCuda indexing Numpy array of integers

Errors in PyCuda indexing Numpy array of integers Question: I am moving my first steps into PyCuda to perform some parallel computation and I came across a behavior I do not understand. I started from the very basic tutorial that can be found on PyCuda official website (a simple script to double all elements of …

Total answers: 1

PyCUDA + numpy, and working with strings in general

PyCUDA + numpy, and working with strings in general Question: I’m relatively new to all of the things mentioned in the title, so bear with me. Currently I’m stuck with the conversion between python and C. Since CUDA kernels are written in C, so I can’t just look at it the python way. As the …

Total answers: 2