From ed471a5b41b5357693284608f4a40c5265c43ecb Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner 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 f8441064..8e07f75f 100644 --- a/arraycontext/context.py +++ b/arraycontext/context.py @@ -438,6 +438,7 @@ def _get_einsum_prg(self, options=_DEFAULT_LOOPY_OPTIONS, lang_version=MOST_RECENT_LANGUAGE_VERSION, tags=tagged, + default_order=lp.auto, default_offset=lp.auto, )