Skip to content

Commit

Permalink
Fix test_external_codegen, broken by #8591
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch committed Aug 3, 2021
1 parent d6f795d commit 0bc1611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_external_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def check_aot_executor_result(
mod, map_inputs, out_shape, result, tol=1e-5, target="llvm", device=tvm.cpu()
):
use_calculated_workspaces = True
compile_and_run(mod, list(map_inputs.values()), [result], "", use_calculated_workspaces)
compile_and_run(mod, map_inputs, [result], "packed", 0, use_calculated_workspaces)


def set_external_func_attr(func, compiler, ext_symbol):
Expand Down

0 comments on commit 0bc1611

Please sign in to comment.