Changes
Page history
Update Low GPU utilization
authored
May 19, 2023
by
Alex Wiens
Show whitespace changes
Inline
Side-by-side
Low-GPU-utilization.md
View page @
84fd7675
...
...
@@ -13,3 +13,17 @@
*
check MPI-rank-GPU affinity/visibility
*
check the suitability of the GPU setup/configuration for the given workload
*
check applications internal GPU distribution settings
```
Eingabe:
* Metrik acc_utilization im accelerator scope
* Metadatum numAcc
* Parameter threshold für einen accelerator
Regel:
load_mean = acc_utilization.mean('all')
load_threshold = job.numAcc * threshold
lowload = load_mean < load_threshold
Ausgabe: lowload ist True
```
\ No newline at end of file