[llvm] [Offload] Define additional device info properties (PR #152533)
Rafal Bielski via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 02:47:24 PDT 2025
================
@@ -951,13 +951,20 @@ struct CUDADeviceTy : public GenericDeviceTy {
Info.add("Vendor Name", "NVIDIA", "", DeviceInfo::VENDOR);
+ Info.add("Vendor ID", uint64_t{4318}, "", DeviceInfo::VENDOR_ID);
----------------
rafbiels wrote:
They're allocated by PCI-SIG: https://pcisig.com/membership/member-companies
https://github.com/llvm/llvm-project/pull/152533
More information about the llvm-commits
mailing list