gpu/cuda: add NVIDIA A30X identifier for DPU
A30X GPU code for DPU. Signed-off-by: Elena Agostini <eagostini@nvidia.com>
This commit is contained in:
parent
e4e983b975
commit
442876b2d8
@ -62,6 +62,7 @@ static gdr_t gdrc_h;
|
||||
#define NVIDIA_GPU_A100_80GB_DPU_DEVICE_ID (0x20b8)
|
||||
|
||||
#define NVIDIA_GPU_A30_24GB_DEVICE_ID (0x20b7)
|
||||
#define NVIDIA_GPU_A30_24GB_DPU_DEVICE_ID (0x20b9)
|
||||
#define NVIDIA_GPU_A10_24GB_DEVICE_ID (0x2236)
|
||||
|
||||
#define NVIDIA_GPU_V100_32GB_SXM_DEVICE_ID (0x1db5)
|
||||
@ -95,6 +96,10 @@ static const struct rte_pci_id pci_id_cuda_map[] = {
|
||||
RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
|
||||
NVIDIA_GPU_A30_24GB_DEVICE_ID)
|
||||
},
|
||||
{
|
||||
RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
|
||||
NVIDIA_GPU_A30_24GB_DPU_DEVICE_ID)
|
||||
},
|
||||
{
|
||||
RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,
|
||||
NVIDIA_GPU_A10_24GB_DEVICE_ID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user