[GitHub] [tvm] areusch commented on a change in pull request #7557: Clean up uTVM demo runtime, add ONNX model test and tutorial

2021-03-26 Thread GitBox
areusch commented on a change in pull request #7557: URL: https://github.com/apache/tvm/pull/7557#discussion_r602488241 ## File path: python/tvm/micro/contrib/zephyr.py ## @@ -650,10 +650,10 @@ def popen_kwargs(self): env = dict(os.environ) env["ZEPHYR_BASE"]

[GitHub] [tvm] areusch commented on a change in pull request #7557: Clean up uTVM demo runtime, add ONNX model test and tutorial

2021-03-10 Thread GitBox
areusch commented on a change in pull request #7557: URL: https://github.com/apache/tvm/pull/7557#discussion_r591720334 ## File path: tutorials/micro/micro_onnx.py ## @@ -0,0 +1,209 @@ +#!/usr/bin/env python3 + +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [tvm] areusch commented on a change in pull request #7557: Clean up uTVM demo runtime, add ONNX model test and tutorial

2021-03-09 Thread GitBox
areusch commented on a change in pull request #7557: URL: https://github.com/apache/tvm/pull/7557#discussion_r590735823 ## File path: apps/microtvm/zephyr/demo_runtime/src/main.c ## @@ -22,108 +22,145 @@ * SPDX-License-Identifier: Apache-2.0 */ + +/* + * This is a sample

[GitHub] [tvm] areusch commented on a change in pull request #7557: Clean up uTVM demo runtime, add ONNX model test and tutorial

2021-03-08 Thread GitBox
areusch commented on a change in pull request #7557: URL: https://github.com/apache/tvm/pull/7557#discussion_r589714288 ## File path: python/tvm/micro/contrib/zephyr.py ## @@ -650,10 +650,10 @@ def popen_kwargs(self): env = dict(os.environ) env["ZEPHYR_BASE"]

[GitHub] [tvm] areusch commented on a change in pull request #7557: Clean up uTVM demo runtime, add ONNX model test and tutorial

2021-03-01 Thread GitBox
areusch commented on a change in pull request #7557: URL: https://github.com/apache/tvm/pull/7557#discussion_r585029702 ## File path: apps/microtvm/pyproject.toml ## @@ -47,12 +50,12 @@ exclude = ''' ) ''' [tool.poetry] -name = "tvm" +name = "microtvm" version = "0.1.0" de