Skip to content

Commit fd83341

Browse files
committed
fix: remove selectifactive
1 parent 4e4a082 commit fd83341

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/enzyme_ad/jax/Implementations/HLODerivatives.td

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,12 +1559,5 @@ def : HLODerivative<"BroadcastInDimOp", (Op $x),
15591559
)
15601560
],
15611561
(
1562-
SelectIfActive $x,
1563-
(
1564-
BroadcastInDim
1565-
(ResultTypeWithBatch),
1566-
(Shadow $x),
1567-
(getBroadcastDimensionsWithBatch)
1568-
),
1569-
(HLOConstantFP<"0">)
1562+
BroadcastInDim (ResultTypeWithBatch), (Shadow $x), (getBroadcastDimensionsWithBatch)
15701563
)>;

0 commit comments

Comments
 (0)