eyalroz/cuda-api-wrappers

Missing support for asynchronous copying using CUDA_MEMCPY2D and CUDA_MEMCPY3D_PEER parameters

Opened this issue · 0 comments

We currently support copying using the comprehensive copy parameter structures, for 2D and for 3D, but - we do not support such scheduling such copies on streams. Let's add that support.