diff --git a/src/utils.jl b/src/utils.jl index c423c9ca7..5beac5b13 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -657,11 +657,7 @@ function make_mlir_fn( end # TODO fix it for kwargs - if f === Reactant.apply - call_with_reactant(f, traced_args[1], (traced_args[2:end]...,)) - else - call_with_reactant(f, traced_args...) - end + call_with_reactant(f, traced_args...) end seen_results = OrderedIdDict()