1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/fpga/lib/gpu
Daniel Krebs 13fd3f3c2a 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.
2018-05-15 18:15:17 +02:00
..
gdrcopy@0441daa447 gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
include/villas gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
CMakeLists.txt gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
gpu.cpp gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
kernels.cu gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00
kernels.hpp gpu: implement basic GPU plugin that can do DMA to and from its memory 2018-05-15 18:15:17 +02:00