We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0319cd2 commit 00aab9fCopy full SHA for 00aab9f
offload/plugins-nextgen/cuda/src/rtl.cpp
@@ -944,7 +944,7 @@ struct CUDADeviceTy : public GenericDeviceTy {
944
if (Res == CUDA_SUCCESS)
945
Info.add("Device Name", TmpChar, "", DeviceInfo::NAME);
946
947
- Info.add("Vendor Name", "NVIDIA");
+ Info.add("Vendor Name", "NVIDIA", "", DeviceInfo::VENDOR);
948
949
Res = cuDeviceTotalMem(&TmpSt, Device);
950
0 commit comments