Create a model plugin for GPU energy consumption #27
jmcook1186
started this conversation in
Develop an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Story
As a user, I want to track the environmental impact of my application that runs on GPUs.
Rationale
Today, the set of IF models only accounts for CPU usage, generally by doing calculations based on the thermal design power of the specific chip. However, many of the most compute-intensive applications rely upon GPUs, not CPUs, to do most of the heavy work. Therefore, it is necessary to have at least one GPU model plugin for the IF.
Scope
This should be a model plugin that conforms to the IF model plugin interface.
Implementation guidelines
energy-cpu
that measures the energy used by a CPU over a givenduration
energy-gpu
in units of kWhduration
in units of seconds an input.Difficulty
3/5
This is an estimate of the difficulty as it's not immediately clear what is required to estimate GPU energy usage. Some work my have to be done in researching possible calculations before model building begins.
Impact
4/5
This will unlock many applications for IF
Examples and resources
IF docs
Model building tutorial
Beta Was this translation helpful? Give feedback.
All reactions