Skip to content

Commit

Permalink
Update Interpreter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 19, 2025
1 parent 229add4 commit 761ed0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ function overload_autodiff(
[TracedUtils.transpose_val(v) for v in ad_inputs];
outputs=outtys,
fn=fname,
width,
activity=MLIR.IR.Attribute([act_attr(a) for a in activity]),
ret_activity=MLIR.IR.Attribute([act_attr(a) for a in ret_activity]),
)
Expand Down

0 comments on commit 761ed0d

Please sign in to comment.