Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform pool operations in the correct context. #732

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 23, 2021

Fixes #731

@maleadt maleadt added the bugfix This gets something working again. label Feb 23, 2021
@codecov
Copy link

codecov bot commented Feb 23, 2021

Codecov Report

Merging #732 (fba4389) into master (a34e69e) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #732      +/-   ##
==========================================
- Coverage   79.91%   79.89%   -0.03%     
==========================================
  Files         122      122              
  Lines        7405     7410       +5     
==========================================
+ Hits         5918     5920       +2     
- Misses       1487     1490       +3     
Impacted Files Coverage Δ
src/array.jl 89.95% <100.00%> (+0.18%) ⬆️
src/pool.jl 73.07% <0.00%> (-0.77%) ⬇️
lib/cufft/fft.jl 85.03% <0.00%> (-0.40%) ⬇️
lib/cublas/wrappers.jl 90.34% <0.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a34e69e...fba4389. Read the comment docs.

@maleadt maleadt merged commit 097e7bf into master Feb 23, 2021
@maleadt maleadt deleted the tb/multigpu_free branch February 23, 2021 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switching devices causes GC errors
1 participant