insop edited a comment on pull request #7100: URL: https://github.com/apache/tvm/pull/7100#issuecomment-743984787
With this change on top of the latest TVM (28647f2e7a65146724b143098422229346b5db44), here is an example log with a single board. ``` $ python vta/tutorials/autotvm/tune_relay_vta.py Extract tasks... ...100%, 0.06 MB, 174 KB/s, 0 seconds passed ...100%, 0.73 MB, 1274 KB/s, 0 seconds passed Extracted 10 conv2d tasks: (1, 14, 14, 256, 512, 1, 1, 0, 0, 2, 2) (1, 28, 28, 128, 256, 1, 1, 0, 0, 2, 2) (1, 56, 56, 64, 128, 1, 1, 0, 0, 2, 2) (1, 56, 56, 64, 64, 3, 3, 1, 1, 1, 1) (1, 28, 28, 128, 128, 3, 3, 1, 1, 1, 1) (1, 56, 56, 64, 128, 3, 3, 1, 1, 2, 2) (1, 14, 14, 256, 256, 3, 3, 1, 1, 1, 1) (1, 28, 28, 128, 256, 3, 3, 1, 1, 2, 2) (1, 7, 7, 512, 512, 3, 3, 1, 1, 1, 1) (1, 14, 14, 256, 512, 3, 3, 1, 1, 2, 2) Tuning... [Task 1/10] Current/Best: 17.63/ 116.35 GFLOPS | Progress: (480/480) | 255.47 s Done. [Task 2/10] Current/Best: 19.43/ 137.07 GFLOPS | Progress: (576/576) | 291.50 s Done. [Task 3/10] Current/Best: 0.00/ 137.87 GFLOPS | Progress: (672/1000) | 365.49 s ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
