Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move SystemMonitor's GPU initialization back to constructor (#4866)
* Always use index 0 to get NVML GPU handle * Move SystemMonitor's GPU initialization back to constructor * Use nvmlDeviceGetHandleByIndex directly * Remove redundant nvmlInit check * Revert "Use nvmlDeviceGetHandleByIndex directly" This reverts commit ddf9a43. * Revert "Always use index 0 to get NVML GPU handle" This reverts commit d860e58.
- Loading branch information