Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable creation of bindless images backed by host USM
Small patch to enable bindless images backed by host USM in the CUDA adapter. Host and Device USM pointers are usable across the host and device for all versions of CUDA that we support. There is no need to provide the `CU_MEMHOSTALLOC_DEVICEMAP` flag during allocation, or calling `cuMemHostGetDevicePointer` to retrieve a device usable address. Passing a `CU_MEMHOSTALLOC_WRITECOMBINED` flag to the host USM allocation will enhance performance in certain scenarios, however, an extension allowing this is not yet available.
- Loading branch information