Update Uncoordinated multi process GPU usage authored by Alex Wiens's avatar Alex Wiens
......@@ -14,14 +14,11 @@
```
Eingabe:
* Metrik acc_utilization im accelerator scope
* Metadatum numAcc
* Parameter threshold für einen accelerator
* Metrik nv_compute_processes im accelerator scope
Regel:
load_mean = acc_utilization.mean('all')
load_threshold = job.numAcc * threshold
lowload = load_mean < load_threshold
max_process = nv_compute_processes.max('all')
multiprocess = max_process > 1
Ausgabe: lowload ist True
Ausgabe: multiprocess ist True
```
\ No newline at end of file