MoseleyBioinformaticsLab / gpu_tracker

Context manager and CLI that tracks the computational-resource-usage of a code block or shell command, particularly the GPU usage.
Other
4 stars 1 forks source link

Add system_capacity field to max_gpu_ram #21

Closed erikhuck closed 3 months ago

erikhuck commented 3 months ago

It'd be good to some how determine the GPU memory capacity, i.e. the sum of the RAM capacity of all available GPUs. Preferably using output from nvidia-smi. This might be available in the CSV format as with the per-process usage.

hunter-moseley commented 3 months ago

Not GPU memory "usage", GPU memory "capacity".

On Sun, Mar 31, 2024 at 5:54 PM Erik Huckvale @.***> wrote:

It'd be good to some how determine the total GPU memory usage, i.e. the sum of all available GPUs. Preferably using output from nvidia-smi.

— Reply to this email directly, view it on GitHub https://github.com/MoseleyBioinformaticsLab/gpu_tracker/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEP7B27AFDH6JX3AI7NQNLY3CA2ZAVCNFSM6AAAAABFQXMQXSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTOMRQGMYDEMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Hunter Moseley, Ph.D. -- Univ. of Kentucky Professor, Dept. of Molec. & Cell. Biochemistry / Markey Cancer Center / Institute for Biomedical Informatics / UK Superfund Research Center Not just a scientist, but a fencer as well. My foil is sharp, but my mind sharper still.

Email: @. (work) @. (personal) Phone: 859-218-2964 (office) 859-218-2965 (lab) 859-257-7715 (fax) Web: http://bioinformatics.cesb.uky.edu/ Address: CC434 Roach Building, 800 Rose Street, Lexington, KY 40536-0093

erikhuck commented 3 months ago

@hunter-moseley absolutely. I modified the original issue description.

erikhuck commented 3 months ago

fixed by #27