Skip to content

Commit d878e6a

Browse files
committed
Tag rewrites as cxx_only
1 parent f12bea6 commit d878e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytensor/sparse/rewriting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def local_inplace_addsd_ccode(fgraph, node):
210210
),
211211
"fast_run",
212212
"inplace",
213+
"cxx_only",
213214
position=50.1,
214215
)
215216

@@ -241,6 +242,7 @@ def local_addsd_ccode(fgraph, node):
241242
WalkingGraphRewriter(local_addsd_ccode),
242243
# Must be after local_inplace_addsd_ccode at 70.0
243244
"fast_run",
245+
"cxx_only",
244246
position=70.1,
245247
)
246248

0 commit comments

Comments
 (0)