Thanks for the update. On Thursday, March 03, 2016 10:52:26 AM Matthew Pearce wrote: > To get it straight if A is a matrix in main memory, the corresponding GPU > memory object is d_A = CudaArray(A) then: > > A[i, j] = d_A[ j * nrows + i]
Yes, that should be right. Please do feel free to edit the README if it's unclear (it's often very hard for the code author to spot what's unclear!) https://github.com/JuliaGPU/CUDArt.jl/blob/master/README.md, click pencil icon. Best, --Tim
