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

compiler: Bump default block size #2412

Merged
merged 1 commit into from
Jul 22, 2024
Merged

compiler: Bump default block size #2412

merged 1 commit into from
Jul 22, 2024

Conversation

FabioLuporini
Copy link
Contributor

It's virtually always faster

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.72%. Comparing base (ea94a0f) to head (c98988f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2412   +/-   ##
=======================================
  Coverage   86.72%   86.72%           
=======================================
  Files         235      235           
  Lines       44698    44701    +3     
  Branches     8286     8288    +2     
=======================================
+ Hits        38766    38769    +3     
  Misses       5207     5207           
  Partials      725      725           

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

try:
return {self.step.name: 8}
return {self.step.name: 16}
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpicking: Can we add a "TODO" to check the args for space order and have some empirical 2*space_order or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

doing in a sec in upcoming PR, merging this one now

@FabioLuporini FabioLuporini merged commit d343ae0 into master Jul 22, 2024
30 of 31 checks passed
@FabioLuporini FabioLuporini deleted the change-default-bs branch July 22, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants