-
Notifications
You must be signed in to change notification settings - Fork 15
Towards array context (2025 merge) #256
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
base: main
Are you sure you want to change the base?
Conversation
3b5fb71 to
a073ba5
Compare
a073ba5 to
ab5da74
Compare
f214429 to
53b6fc3
Compare
6f1f569 to
22b9b8f
Compare
|
FYI: As in boxtree, I've moved towards annotating with |
|
FYI2: The local tests are now passing here, so maybe this can become #139? (I.e. I would push this code there?) Does that sound OK? |
Definitely! I'm fine with continuing the work here too, whatever's more convenient. |
Resumed from #139.
Relevant parts of summary from #139 follow:
Remaining porting issues
KernelCacheMixin.get_cached_executor(), which branches onOPT_ENABLED, but we need to move toactx.call_loopy.transform_loopy_program? Would need to also add some fancy tags or something to customize it?register_optimization_preamblesto the array context somehow too.actx.transform_loopy_programsomehow?Upstream / downstream PRs
Speculative TODOs
actx? Here e.g.SumpyTreeIndependentDataForWranglerbut also inboxtree.actx.*Builderclasses can be functions + all other memoized kernels can be functions, but should leave that for later since it can be done without breaking the world.boxtree?