-
Notifications
You must be signed in to change notification settings - Fork 15
Rewire how kernel optimizations work #258
Copy link
Copy link
Open
Description
- Currently it uses
get_cached_executor(), which branches onOPT_ENABLED, but we need to move toactx.call_loopy. - Move to
transform_loopy_program. - Need to move e.g.
register_optimization_preamblesto the array context somehow too. The kernels no longer have a context or device, so they can't do that. Probably need to move this toactx.transform_loopy_programsomehow?
Left over from #256.
cc @alexfikl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels