[dpdk-dev] [PATCH v4 0/1] gpu/cuda: introduce CUDA driver
eagostini at nvidia.com
eagostini at nvidia.com
Tue Nov 9 06:50:40 CET 2021
From: Elena Agostini <eagostini at nvidia.com>
This is the CUDA implementation of the gpudev library.
Funcitonalities implemented through CUDA Driver API are:
- Device probe and remove
- Manage device memory allocations
- Register/unregister external CPU memory in the device memory area
Changelog:
- CUDA driver implementation of the GPU write memory barrier
- Fixed styling reported by checkpatch
- CUDA driver is optional: not built if CUDA >= 11.4 not found
Elena Agostini (1):
gpu/cuda: introduce CUDA driver
doc/guides/gpus/cuda.rst | 110 +++++
doc/guides/gpus/index.rst | 1 +
drivers/gpu/cuda/cuda.c | 813 +++++++++++++++++++++++++++++++++++
drivers/gpu/cuda/meson.build | 20 +
drivers/gpu/cuda/version.map | 3 +
drivers/gpu/meson.build | 2 +-
6 files changed, 948 insertions(+), 1 deletion(-)
create mode 100644 doc/guides/gpus/cuda.rst
create mode 100644 drivers/gpu/cuda/cuda.c
create mode 100644 drivers/gpu/cuda/meson.build
create mode 100644 drivers/gpu/cuda/version.map
--
2.17.1
More information about the dev
mailing list