You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it uses get_cached_executor(), which branches on OPT_ENABLED, but we need to move to actx.call_loopy.
Move to transform_loopy_program.
Need to move e.g. register_optimization_preambles to 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 to actx.transform_loopy_program somehow?