Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid creating CUDA context in LocalCUDACluster parent process (#765)
This is helpful for preventing an extra, unnecessary, CUDA context. However, this is only helpful if `Client` is not created in the same process as `LocalCUDACluster`, as otherwise it will anyway create a CUDA context. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) URL: #765
- Loading branch information