dev: fixed an issues with CMP170 #6

Merged
clore merged 16 commits from dev into main 2025-10-15 19:13:45 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d908fb043d - Show all commits

View File

@ -104,7 +104,7 @@ def init(gpu_specs_file=None, allow_hive_binaries=True):
print(pynvml.nvmlDeviceGetName(gpu_handle))
print("device_id")
pci_info = pynvml.nvmlDeviceGetPciInfo(gpu_handle)
print(pci_info.pciDeviceId)
print(hex(pci_info.pciDeviceId))
gpu_name_list.append(pynvml.nvmlDeviceGetName(gpu_handle))