I am trying to solve a problem of two processes: the first one allocates an opencl pinned memory and the second process uses this buffer to write into using dma access. The equivalent CUDA api is ‘cuMemHostRegister’
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Cuda pinned host memory and os-level shared memory | 1 | 493 | October 22, 2021 | |
Zero-Copy and cudaMemcpy() | 1 | 2610 | May 18, 2009 | |
How to use two GPUs efficiently | 4 | 521 | July 26, 2019 | |
mmap and pinned memory How to share a pinned buffer between several linux processes ? | 1 | 1733 | August 2, 2011 | |
gpu access host memory | 1 | 643 | January 20, 2012 | |
CUDA device pointer host-side processes sharing implementation | 0 | 669 | June 7, 2016 | |
DriverAPI: How to set the data to an pinned memory. | 1 | 877 | May 7, 2009 | |
how to use DMA in CuDa | 1 | 2935 | June 3, 2009 | |
"What is the best practice for CUDA data transfer (CUDA 12.5)?" | 4 | 155 | September 2, 2024 | |
Pinned/Locked memory access by 2 threads simultaneously Cuda 4.0 Possibility of concurrent access to | 2 | 1051 | February 17, 2012 |