-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: main
Are you sure you want to change the base?
Conversation
85f0e00
to
fb42c99
Compare
c3b8016
to
df4e8d4
Compare
Otherwise Intel OpenCL gets its integer arithmetic wrong.
c6f269f
to
bfdba11
Compare
5efcedd
to
e929e2d
Compare
e929e2d
to
8211a9c
Compare
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" | ||
" ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires what?
in0({subst_rule_args}) := 3.141592653589793 | ||
in1({subst_rule_args}) := 2.718281828459045 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Values for
Adds a failing test for the dimension mismatch error.
avoid loop-fusion errors associated with saturations of long dimensions
8bc3e14
to
caaa471
Compare
This is a draft because: