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

Use opaque closure to fix ShardedForm #954

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Use opaque closure to fix ShardedForm #954

wants to merge 8 commits into from

Conversation

shashi
Copy link
Member

@shashi shashi commented Aug 16, 2023

@wsphillips said that this branch was giving wrong answers when using Multithreading, but I don't have a reproducer.

Fixes #937

@shashi shashi changed the title Use opaque threads to fix ShardedForm Use opaque closure to fix ShardedForm Aug 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2023

Codecov Report

Merging #954 (b4fa967) into master (d70b4ef) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff            @@
##           master    #954      +/-   ##
=========================================
- Coverage    8.35%   8.35%   -0.01%     
=========================================
  Files          26      26              
  Lines        3267    3269       +2     
=========================================
  Hits          273     273              
- Misses       2994    2996       +2     
Files Changed Coverage Δ
src/build_function.jl 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shashi
Copy link
Member Author

shashi commented Sep 3, 2023

I guess we have fixed the wrong answers. This branch causes an increase in runtime allocations. Do we want this despite the performance problem? @wsphillips

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.

Re-Introduce ShardedForm for large expressions
2 participants