Skip to content

Conversation

@massimim
Copy link
Collaborator

No description provided.

refactoring(CLI): improving CLI for the performance tests
Simplifies the `add_to_app` method in the multiresolution stepper.
It now leverages keyword arguments and introspection for more flexible and maintainable operator calls.
This change enhances code readability and reduces the risk of errors when adding new operators.
@massimim massimim changed the title (perf) Two new scheduling strategies for the mres algorithm. (perf) Introduce two new scheduling strategies for the MRES algorithm Dec 19, 2025
@massimim massimim marked this pull request as ready for review December 19, 2025 16:18
@massimim massimim requested a review from hsalehipour December 19, 2025 16:18
Copy link
Owner

@hsalehipour hsalehipour left a comment

Choose a reason for hiding this comment

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

Thanks for the PR and the great boost in perf! I think I understand what you are doing with using 254 in bc_mask but because the added containers share a lot in common with the old ones, it is not clear how the new kernels are different. Is it just some early skipping? if so can we not just stick to one version (ie. modify the old containers to use this 254 and don't duplicate them?)

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