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