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

Re-introduce multiprocessing instead of threading #38

Closed erikhuck closed 4 months ago

erikhuck commented 5 months ago

Since the tracking thread shares the same process as the main thread, inaccuracies are introduced, including the tracking thread hanging during critical computations in the main thread.

erikhuck commented 4 months ago

completed by #39