Skip to content

Commit

Permalink
Remove specific cpu target
Browse files Browse the repository at this point in the history
Change-Id: I920568cc7a81cd77d44f8604f571340a330f3e62
  • Loading branch information
mbaret committed Aug 12, 2020
1 parent 8177f76 commit afd5727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_ethosn/infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def build(mod, params, npu=True, expected_host_ops=0, npu_partitions=1):
with tvm.transform.PassContext(opt_level=3, config={
"relay.ext.ethos-n.options": {"variant": 0}
}):
with tvm.target.create("llvm -mcpu=core-avx2"):
with tvm.target.create("llvm"):
if npu:
f = relay.build_module.bind_params_by_name(mod["main"], params)
mod = tvm.IRModule()
Expand Down

0 comments on commit afd5727

Please sign in to comment.