diff options
Diffstat (limited to 'offload/plugins-nextgen/cuda/src/rtl.cpp')
| -rw-r--r-- | offload/plugins-nextgen/cuda/src/rtl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offload/plugins-nextgen/cuda/src/rtl.cpp b/offload/plugins-nextgen/cuda/src/rtl.cpp index 9a9237a74b0e..53089df2d0f0 100644 --- a/offload/plugins-nextgen/cuda/src/rtl.cpp +++ b/offload/plugins-nextgen/cuda/src/rtl.cpp @@ -943,6 +943,8 @@ struct CUDADeviceTy : public GenericDeviceTy { if (Res == CUDA_SUCCESS) Info.add("Device Name", TmpChar); + Info.add("Vendor Name", "NVIDIA"); + Res = cuDeviceTotalMem(&TmpSt, Device); if (Res == CUDA_SUCCESS) Info.add("Global Memory Size", TmpSt, "bytes"); |
