cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Support offsets in 2D, 3D copying
The CUDA driver's 2D and 3D copying API support offsets into the host and/or destination array. At the moment, our wrapper API does not support this. While I doubt this feature is used very often, we should still support it.