Skip to content

Realm: Add cuda memcpy to realm dma

apryakhin requested to merge cuda-dma-interace1-cudamemcpy into master

The follow up PR on the interface change:

The change refactors GPU transfer descriptor to allow launching cuda memcopies on a gpu channel. Adds the actual implementation of the copy kernel along with cuda_memcpy_test.

Edited by apryakhin

Merge request reports