yacx-YetAnotherCudaExecutor
0.6.2
wrapper to easily compile and execute cuda kernels
|
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)=0 | yacx::detail::DataCopy | pure virtual |
copyDataHtoD(void *hdata, CUdeviceptr ddata, size_t size, CUstream stream)=0 | yacx::detail::DataCopy | pure virtual |
DataCopy() | yacx::detail::DataCopy | inline |