-
Notifications
You must be signed in to change notification settings - Fork 22
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
Try out NumpyArrayContext #427
base: main
Are you sure you want to change the base?
Conversation
From a quick skim:
|
Thanks for doing this. All this is definitely intended to "just work", at least eventually. |
What made you decide to close this? I figure we'll want something like this in the medium term? |
Just didn't think it was needed. I'm happy to reopen! |
51c97f5
to
abd4b30
Compare
"to create this kernel?") | ||
|
||
import loopy as lp | ||
return lp.add_inames_for_unused_hw_axes(t_unit) |
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.
This was an attempt to silence some loopy errors. Not sure if it's a good idea..
This adds a subclass of
NumpyArrayContext
and uses it intest_array.py
andtest_meshmode.py
(these also used thepytato
array context).I'm not sure if this is supposed to just work™, but I was curious what fails 😁