gpu: implement basic GPU plugin that can do DMA to and from its memory
Using CUDA, memory can be allocated on the GPU and shared to peers on the PCIe bus such as the FPGA. Furthermore, the DMA on the GPU can also be used to read and write to/from other memory on the PCIe bus, such as BRAM on the FPGA.
Showing
This diff is collapsed.
lib/gpu/kernels.cu
0 → 100644
lib/gpu/kernels.hpp
0 → 100644
tests/gpu.cpp
0 → 100644
Please register or sign in to comment