Changes
Page history
Update Uncoordinated multi process GPU usage
authored
May 19, 2023
by
Alex Wiens
Show whitespace changes
Inline
Side-by-side
Uncoordinated-multi-process-GPU-usage.md
View page @
4733ad64
...
...
@@ -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