To profile GPU utilization and power usage per trial/worker I need to match the GPU each worker has access for. For that I try to use UUIDs as I can get GPU stats in amdsmi
and pynvml
by the GPU’s UUID.
Is there any possible way to get each worker’s GPU UUID or similar?