-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Labels
C-custCategory: CPU-side CUDA Driver APICategory: CPU-side CUDA Driver APIgood first issueGood for newcomersGood for newcomers
Description
In the latest version (0.3.0) of cust cuMemcpyHtoD_v2 was exposed as cust::memory::memcpy_htod. This avoids the need for reaching into cust_raw and allows using cust::error::CudaResult instead of error codes.
Should cuMemcpyDtoH_v2 be exposed in a similar manner to enable the features above for device to host memcpy as well?
Metadata
Metadata
Assignees
Labels
C-custCategory: CPU-side CUDA Driver APICategory: CPU-side CUDA Driver APIgood first issueGood for newcomersGood for newcomers