[Solved] how to use the cula device

I don’t know cula. However, after a brief look at the reference guide (which I suggest to consult prior to SO) you can use cula device functions just as host functions. However, you have to pass device memory pointers to the function. __global__ void kernel( double * A,double * B, curandState * globalState, int Asize, … Read more