We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345fffd commit 24d7a98Copy full SHA for 24d7a98
pytensor/tensor/rewriting/blas.py
@@ -758,7 +758,7 @@ def local_dot22_to_ger_or_gemv(fgraph, node):
758
ignore_newtrees=False,
759
),
760
"fast_run",
761
- position=15,
+ position=11,
762
)
763
764
@@ -903,7 +903,7 @@ def local_dot22_to_dot22scalar(fgraph, node):
903
"local_dot22_to_dot22scalar",
904
in2out(local_dot22_to_dot22scalar),
905
906
- position=11,
+ position=12,
907
908
909
0 commit comments