Skip to content

Commit

Permalink
doc: add CUDA driver features
Browse files Browse the repository at this point in the history
[ upstream commit 8b6502f ]

The features list were missed when introducing the driver.

Fixes: 1306a73 ("gpu/cuda: introduce CUDA driver")

Signed-off-by: Elena Agostini <eagostini@nvidia.com>
  • Loading branch information
eagonv authored and kevintraynor committed Mar 1, 2022
1 parent 460bf32 commit 5ac4050
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/guides/gpus/features/cuda.ini
@@ -0,0 +1,10 @@
;
; Supported features of the 'cuda' gpu driver.
;
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Get device info = Y
Share CPU memory with device = Y
Allocate device memory = Y
Free memory = Y

0 comments on commit 5ac4050

Please sign in to comment.