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

Add AtmosNumerics #2270

Merged
merged 5 commits into from
Oct 24, 2023
Merged

Add AtmosNumerics #2270

merged 5 commits into from
Oct 24, 2023

Conversation

Sbozzolo
Copy link
Member

Group a few numeric choices into a single object.

@Sbozzolo Sbozzolo marked this pull request as ready for review October 23, 2023 23:25
@charleskawczynski
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 24, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit f9c1170 into main Oct 24, 2023
8 checks passed
@bors bors bot deleted the cache2 branch October 24, 2023 17:56
bors bot added a commit that referenced this pull request Oct 25, 2023
2273: Move temporary variables in cache in `p.scratch` r=Sbozzolo a=Sbozzolo

To be merged after #2270


Co-authored-by: Gabriele Bozzola <[email protected]>
@Sbozzolo Sbozzolo mentioned this pull request Oct 27, 2023
Comment on lines +100 to +101
limiter =
parsed_args["apply_limiter"] ? Limiters.QuasiMonotoneLimiter : nothing
Copy link
Member

Choose a reason for hiding this comment

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

By the way, @Sbozzolo, this is probably the reason for the increased allocations. Limiters.QuasiMonotoneLimiter is a UnionAll type, and the compiler can struggle with inference on these types.

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.

2 participants