dev: debug hex

This commit is contained in:
empresa 2025-10-16 01:45:45 +07:00
parent 260ee6f18f
commit d908fb043d
1 changed files with 2 additions and 2 deletions

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))