Skip to content

Commit 24d7a98

Browse files
committed
Prioritize gemv/gerc over dot22scalar
1 parent 345fffd commit 24d7a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytensor/tensor/rewriting/blas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def local_dot22_to_ger_or_gemv(fgraph, node):
758758
ignore_newtrees=False,
759759
),
760760
"fast_run",
761-
position=15,
761+
position=11,
762762
)
763763

764764

@@ -903,7 +903,7 @@ def local_dot22_to_dot22scalar(fgraph, node):
903903
"local_dot22_to_dot22scalar",
904904
in2out(local_dot22_to_dot22scalar),
905905
"fast_run",
906-
position=11,
906+
position=12,
907907
)
908908

909909

0 commit comments

Comments
 (0)