From b102df805b06d3729f7bfdcc703a73e2b032ca97 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 1 Sep 2021 11:05:22 -0600 Subject: [PATCH] try again --- vta/tutorials/frontend/deploy_classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vta/tutorials/frontend/deploy_classification.py b/vta/tutorials/frontend/deploy_classification.py index 14e03328d6f83..572aaee7c3b49 100644 --- a/vta/tutorials/frontend/deploy_classification.py +++ b/vta/tutorials/frontend/deploy_classification.py @@ -203,7 +203,7 @@ relay_prog, target=target, params=params, target_host=env.target_host ) else: - if env.TARGET == "intelfocl" or env.TARGET == "sim": + if env.TARGET == "intelfocl": # multiple targets to run both on cpu and vta target = {"cpu": env.target_vta_cpu, "ext_dev": target} with vta.build_config(opt_level=3, disabled_pass={"AlterOpLayout"}):