I am trying to sum up an array in the GPU and then obtain it back on the host. For this, I am using the pucuda.gpuarray.sum() function.
pucuda.gpuarray.sum()
import py