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

replace bad threadid buffering #266

Merged
merged 1 commit into from
Aug 9, 2023
Merged

replace bad threadid buffering #266

merged 1 commit into from
Aug 9, 2023

Conversation

IanButterworth
Copy link
Member

Fixes #265

This is a naive swap out. There may be refactoring that should happen at a higher level with the buffer management.

Untested locally.

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% 🎉

Comparison is base (afd33f4) 94.23% compared to head (4dc70a1) 94.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   94.23%   94.25%   +0.02%     
==========================================
  Files          13       13              
  Lines        1699     1706       +7     
==========================================
+ Hits         1601     1608       +7     
  Misses         98       98              
Files Changed Coverage Δ
src/imfilter.jl 96.62% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

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

Thanks, looks fine to me!

@IanButterworth IanButterworth merged commit fcd0af6 into master Aug 9, 2023
12 of 13 checks passed
@IanButterworth IanButterworth deleted the ib/task_local branch August 9, 2023 17:58
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.

Incorrect usage of threadid
2 participants