Skip to content

Commit

Permalink
Pass default_order=lp.auto in eager einsum
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 14, 2023
1 parent 9afc305 commit ed471a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arraycontext/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit ed471a5

Please sign in to comment.