I am using go-dcgm to estimate power consumption of processes running in MIG device. The current pid watch function watchPidFields doesn't track the MIG devices.
Would it be possible to create yet another API to pass group.handle directly? So caller can create device groups that consist MIG and call the dcgm API to watch pid.
I am using go-dcgm to estimate power consumption of processes running in MIG device. The current pid watch function watchPidFields doesn't track the MIG devices.
Would it be possible to create yet another API to pass
group.handle
directly? So caller can create device groups that consist MIG and call the dcgm API to watch pid.A hypothetical prototype is like the following: