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

Remove broken errormonitor implementation, just don't use it on 1.6. #1382

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 17, 2022

No description provided.

if VERSION < v"1.7-"
function errormonitor(task)
Base.Threads.@spawn try
wait(task)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait == CUDA.wait != Base.wait

@maleadt maleadt mentioned this pull request Feb 17, 2022
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #1382 (3161cc5) into master (c38ae98) will increase coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1382      +/-   ##
==========================================
+ Coverage   77.96%   78.00%   +0.03%     
==========================================
  Files         121      121              
  Lines        8960     8956       -4     
==========================================
  Hits         6986     6986              
+ Misses       1974     1970       -4     
Impacted Files Coverage Δ
src/pool.jl 76.06% <0.00%> (+1.27%) ⬆️

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 c38ae98...3161cc5. Read the comment docs.

@maleadt maleadt merged commit 0d0c316 into master Feb 17, 2022
@maleadt maleadt deleted the tb/errormonitor branch February 17, 2022 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant