Skip to content

Commit 00aab9f

Browse files
committed
Tag nvidia vendor name
1 parent 0319cd2 commit 00aab9f

File tree

1 file changed

+1
-1
lines changed
  • offload/plugins-nextgen/cuda/src

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/cuda/src/rtl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ struct CUDADeviceTy : public GenericDeviceTy {
944944
if (Res == CUDA_SUCCESS)
945945
Info.add("Device Name", TmpChar, "", DeviceInfo::NAME);
946946

947-
Info.add("Vendor Name", "NVIDIA");
947+
Info.add("Vendor Name", "NVIDIA", "", DeviceInfo::VENDOR);
948948

949949
Res = cuDeviceTotalMem(&TmpSt, Device);
950950
if (Res == CUDA_SUCCESS)

0 commit comments

Comments
 (0)