Open
Description
Recently there is some interest around GPU power draw (e.g., pytorch/pytorch#132936), because large scale training consumes power at an unprecedented scale that affects datacenter power delivery and the grid.
Along that line, I was wondering if Kineto is interested in incorporating power draw information via the CUPTI activity API, specifically CUpti_ActivityEnvironment
.
I'm no expert in CUPTI or Kineto, but since CUPTI activities are already being used in the codebase, I thought it might not be too hard to add this. If this aligns with the project's direction, I am willing to contribute this feature myself. But to be real honest, I have practically zero experience with CUPTI or using Kineto, so I might need a little handholding and time.