Working with 3D arrays: cudaMemcpy3D(), pointer problem? Can...
I’m working with 3-dimensional float array and I’m facing some problems. Even though I’m able to allocate memory and copy it, it looks like I’m not able to access the new space from the pitched pointer in the device code…