ocannl icon indicating copy to clipboard operation
ocannl copied to clipboard

Cuda: Consider using `cuMemAllocHost` for allocating bigarrays when the backend is Cuda.

Open lukstafi opened this issue 2 years ago • 0 comments

 * Allocating
 * excessive amounts of memory with ::cuMemAllocHost() may degrade system
 * performance, since it reduces the amount of memory available to the system
 * for paging. As a result, this function is best used sparingly to allocate
 * staging areas for data exchange between host and device.

lukstafi avatar Jun 20 '23 18:06 lukstafi