Closed carterbox closed 4 years ago
Squash a bug where the tests fail due to there not being enough GPUs because the tests always test the multi-gpu code path (maybe that's fine?).
The Pool class now limits the number of workers to the number of available GPUs and emits a warning.
yapf
Purpose
Squash a bug where the tests fail due to there not being enough GPUs because the tests always test the multi-gpu code path (maybe that's fine?).
Approach
The Pool class now limits the number of workers to the number of available GPUs and emits a warning.
Pre-Merge Checklists
Submitter
yapf
to format python code.Reviewer