Closed carterbox closed 2 years ago
Fixes two sources of error only observed in multi-GPU mode. 1. memory was being copied to the host from the gpu without setting the correct device context. 2. FFT plan cache was being used without setting the correct device context.
Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
Fixes two sources of error only observed in multi-GPU mode. 1. memory was being copied to the host from the gpu without setting the correct device context. 2. FFT plan cache was being used without setting the correct device context.