Skip to content

Commit 761ed0d

Browse files
committed
Update Interpreter.jl
1 parent 229add4 commit 761ed0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Interpreter.jl

+1
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ function overload_autodiff(
355355
[TracedUtils.transpose_val(v) for v in ad_inputs];
356356
outputs=outtys,
357357
fn=fname,
358+
width,
358359
activity=MLIR.IR.Attribute([act_attr(a) for a in activity]),
359360
ret_activity=MLIR.IR.Attribute([act_attr(a) for a in ret_activity]),
360361
)

0 commit comments

Comments
 (0)