yacx-YetAnotherCudaExecutor  0.6.2
wrapper to easily compile and execute cuda kernels
yacx::detail::DataCopy Member List

This is the complete list of members for yacx::detail::DataCopy, including all inherited members.

copyDataDtoH(CUdeviceptr ddata, void *hdata, size_t size, CUstream stream)=0yacx::detail::DataCopypure virtual
copyDataHtoD(void *hdata, CUdeviceptr ddata, size_t size, CUstream stream)=0yacx::detail::DataCopypure virtual
DataCopy()yacx::detail::DataCopyinline