提交 d878e6a9 authored 作者: Ricardo Vieira's avatar Ricardo Vieira 提交者: Ricardo Vieira

Tag rewrites as cxx_only

上级 f12bea6c
...@@ -210,6 +210,7 @@ pytensor.compile.optdb.register( ...@@ -210,6 +210,7 @@ pytensor.compile.optdb.register(
), ),
"fast_run", "fast_run",
"inplace", "inplace",
"cxx_only",
position=50.1, position=50.1,
) )
...@@ -241,6 +242,7 @@ pytensor.compile.optdb.register( ...@@ -241,6 +242,7 @@ pytensor.compile.optdb.register(
WalkingGraphRewriter(local_addsd_ccode), WalkingGraphRewriter(local_addsd_ccode),
# Must be after local_inplace_addsd_ccode at 70.0 # Must be after local_inplace_addsd_ccode at 70.0
"fast_run", "fast_run",
"cxx_only",
position=70.1, position=70.1,
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论