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 f12bea6 commit d878e6aCopy full SHA for d878e6a
pytensor/sparse/rewriting.py
@@ -210,6 +210,7 @@ def local_inplace_addsd_ccode(fgraph, node):
210
),
211
"fast_run",
212
"inplace",
213
+ "cxx_only",
214
position=50.1,
215
)
216
@@ -241,6 +242,7 @@ def local_addsd_ccode(fgraph, node):
241
242
WalkingGraphRewriter(local_addsd_ccode),
243
# Must be after local_inplace_addsd_ccode at 70.0
244
245
246
position=70.1,
247
248
0 commit comments