Skip to content

Commit ab15e8b

Browse files
committed
fix: call with reactant
1 parent 02bdfb1 commit ab15e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ops.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ end
21182118
TracedRNumber{Reactant.unwrapped_eltype(arg)}, arg
21192119
)
21202120
end
2121-
return f(scalar_args...)
2121+
return Reactant.call_with_reactant(f, scalar_args...)
21222122
end
21232123
end
21242124

0 commit comments

Comments
 (0)