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

Implement Batched Einsum ArrayContext #217

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

kaushikcfd
Copy link
Collaborator

@kaushikcfd kaushikcfd force-pushed the batched_einsum_actx branch 2 times, most recently from c6f269f to bfdba11 Compare February 2, 2023 04:17
@kaushikcfd kaushikcfd force-pushed the batched_einsum_actx branch 3 times, most recently from 5efcedd to e929e2d Compare February 9, 2023 03:27
domain = t_unit[kernel_name].get_inames_domain(loop_nest.inames)
if frozenset(domain.get_var_dict()) != loop_nest.inames:
raise NotImplementedError("Current implementation requires"
" ")
Copy link
Owner

Choose a reason for hiding this comment

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

Requires what?

Comment on lines +520 to +521
in0({subst_rule_args}) := 3.141592653589793
in1({subst_rule_args}) := 2.718281828459045
Copy link
Owner

Choose a reason for hiding this comment

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

?

Copy link
Collaborator Author

@kaushikcfd kaushikcfd Sep 7, 2023

Choose a reason for hiding this comment

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

Values for $\pi$ and $e$ upto double-precision for some dummy values :). No good?

Adds a failing test for the dimension mismatch error.
avoid loop-fusion errors associated with saturations of long dimensions
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