I'm working on getting a CUDA application to also monitor the GPU's core temp. That information is accessible via NVAPI.
A problem is that I want to make sure I'm monitoring the same GPU as I'm running my code on.
However, there seems to be information suggesting that the device IDs I get from NvAPI_EnumPhysicalGPUs
does not correspond to the ones used with SetDeviceId
.
Could anyone clarify?