Skip to content

Refactor loopy methods #177

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

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Refactor loopy methods #177

merged 1 commit into from
Jun 2, 2023

Conversation

isuruf
Copy link
Collaborator

@isuruf isuruf commented Jun 2, 2023

No description provided.

@isuruf isuruf marked this pull request as ready for review June 2, 2023 01:37
@@ -183,7 +183,7 @@ def evaluate(self, kernel, coeffs, bvec, rscale, sac=None):
in *coeffs*.
"""

def get_loopy_evaluator(self, kernels: Sequence[Kernel]) -> lp.TranslationUnit:
def loopy_evaluator(self, kernels: Sequence[Kernel]) -> lp.TranslationUnit:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This would get renamed to loopy_evaluator_and_optimizations in #158

@inducer inducer merged commit 8960662 into inducer:main Jun 2, 2023
@inducer
Copy link
Owner

inducer commented Jun 2, 2023

Thanks! This is definitely a step up from where it was.

@isuruf isuruf deleted the refactor-loopy branch June 2, 2023 23:24
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