From 16b87a0180b518fcde3545e083e6d731915aa0cc Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 14 Aug 2023 12:59:39 -0500 Subject: [PATCH] Pass default_order=lp.auto in eager einsum --- arraycontext/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arraycontext/context.py b/arraycontext/context.py index f844106..8e07f75 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -438,6 +438,7 @@ class ArrayContext(ABC): options=_DEFAULT_LOOPY_OPTIONS, lang_version=MOST_RECENT_LANGUAGE_VERSION, tags=tagged, + default_order=lp.auto, default_offset=lp.auto, ) -- GitLab