WangKunLoveReading

Results 1 issues of WangKunLoveReading

When I call nvmlDeviceGetPciInfo(handle) function the "busId" is "bytes" not "str" ``` handle = nvmlDeviceGetHandleByIndex(i) devId = nvmlDeviceGetPciInfo(handle).busId ``` The whole nvmlPciInfo_t is: ``` nvmlPciInfo_t(busId: b'0000:00:0A.0', domain: 0x0000, bus: 0x00,...