Skip to content

Commit 7c58661

Browse files
committed
Accept Blockwise in ifelse lift rewrite
1 parent aa7c9a9 commit 7c58661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytensor/ifelse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ def cond_make_inplace(fgraph, node):
482482
at.basic.Alloc,
483483
at.elemwise.Elemwise,
484484
at.elemwise.DimShuffle,
485+
at.blockwise.Blockwise,
485486
)
486487

487488

0 commit comments

Comments
 (0)