Skip to content

Commit

Permalink
update topi test (apache#13)
Browse files Browse the repository at this point in the history
* update schedule for dcgan

* update schedule for dcgan
  • Loading branch information
merrymercy authored and tmoreau89 committed Jan 2, 2019
1 parent 387e8bd commit 8841df9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,13 @@ def _run(env, remote):
('DCGAN.CT3', Workload(1, 16, 16, 256, 128, 4, 4, 1, 1, 2, 2)),
]

# for tsk in tasks:
# print(tsk)
# name, wkl = tsk
# run_vta_conv2d_transpose(env, remote, name, wkl)
# exit()
for tsk in tasks:
print(tsk)
name, wkl = tsk
run_vta_conv2d_transpose(env, remote, name, wkl)
return

# TUNER
map_list = {}
for i, tsk in enumerate(tasks):
print(tsk)
Expand Down
11 changes: 6 additions & 5 deletions vta/tests/python/integration/test_benchmark_topi_group_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,13 @@ def _run(env, remote):
('mobilenet.D9', Workload(1, 7, 7, 1024, 1024, 64, 3, 3, 1, 1, 1, 1)),
]

# for tsk in tasks:
# print(tsk)
# name, wkl = tsk
# run_vta_group_conv2d(env, remote, name, wkl)
# return
for tsk in tasks:
print(tsk)
name, wkl = tsk
run_vta_group_conv2d(env, remote, name, wkl)
return

# TUNER
map_list = {}
for i, tsk in enumerate(tasks):
print(tsk)
Expand Down

0 comments on commit 8841df9

Please sign in to comment.