[GitHub] [incubator-tvm] tqchen commented on pull request #6648: Missing header for GraphRuntimeFactory in android_rpc

2020-10-07 Thread GitBox
tqchen commented on pull request #6648: URL: https://github.com/apache/incubator-tvm/pull/6648#issuecomment-705268488 Thanks @qiangxu1996 ! This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated (455d401 -> 35854c1)

2020-10-07 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 455d401 add a test for assymetric padding in ONNX conv and fix importer (#6646) add 35854c1 missing he

[GitHub] [incubator-tvm] tqchen merged pull request #6648: Missing header for GraphRuntimeFactory in android_rpc

2020-10-07 Thread GitBox
tqchen merged pull request #6648: URL: https://github.com/apache/incubator-tvm/pull/6648 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 g

[GitHub] [incubator-tvm] tmoreau89 commented on pull request #6646: Add a test for assymetric padding in ONNX conv and fix Importer to support it

2020-10-07 Thread GitBox
tmoreau89 commented on pull request #6646: URL: https://github.com/apache/incubator-tvm/pull/6646#issuecomment-705268255 Thanks @mbrookhart @jwfromm the PR has been merged This is an automated message from the Apache Git Serv

[GitHub] [incubator-tvm] tmoreau89 merged pull request #6646: Add a test for assymetric padding in ONNX conv and fix Importer to support it

2020-10-07 Thread GitBox
tmoreau89 merged pull request #6646: URL: https://github.com/apache/incubator-tvm/pull/6646 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 t

[incubator-tvm] branch master updated (e4b47a6 -> 455d401)

2020-10-07 Thread moreau
This is an automated email from the ASF dual-hosted git repository. moreau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from e4b47a6 Add qemu build step to CI (#6644) add 455d401 add a test for assymetric padding in ONNX conv an

[GitHub] [incubator-tvm] comaniac commented on issue #6650: Ansor support for multiprocessing spawn

2020-10-07 Thread GitBox
comaniac commented on issue #6650: URL: https://github.com/apache/incubator-tvm/issues/6650#issuecomment-705264104 also cc @jcf94 @FrozenGene This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-tvm] tkonolige opened a new issue #6650: Ansor support for multiprocessing spawn

2020-10-07 Thread GitBox
tkonolige opened a new issue #6650: URL: https://github.com/apache/incubator-tvm/issues/6650 When using multiprocessing in python, the spawn start method (default on windows and macOS) causes errors with ansor. These errors are mostly related to serialization of `Object`s which do not expo

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #6647: Add Range op to ONNX, make tvm arange shape_func support negative steps

2020-10-07 Thread GitBox
jwfromm commented on a change in pull request #6647: URL: https://github.com/apache/incubator-tvm/pull/6647#discussion_r501349048 ## File path: python/tvm/relay/op/_transform.py ## @@ -123,7 +123,10 @@ def compute_scatter_add(attrs, inputs, output_type): @script def _arange_s

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6533: Scatter on Cuda

2020-10-07 Thread GitBox
zhiics commented on a change in pull request #6533: URL: https://github.com/apache/incubator-tvm/pull/6533#discussion_r501341759 ## File path: tests/python/relay/test_op_level3.py ## @@ -903,8 +904,8 @@ def verify_scatter(dshape, ishape, axis=0): indices_np = np.random

[GitHub] [incubator-tvm] qiangxu1996 opened a new issue #6649: Some models not working on Android GPU

2020-10-07 Thread GitBox
qiangxu1996 opened a new issue #6649: URL: https://github.com/apache/incubator-tvm/issues/6649 I am recently trying different models and testing them on android_rpc. However, I discovered that many models do not work with either OpenCL or Vulkan. The outcome for some of the models is liste

[GitHub] [incubator-tvm] qiangxu1996 opened a new pull request #6648: Missing header for GraphRuntimeFactory in android_rpc

2020-10-07 Thread GitBox
qiangxu1996 opened a new pull request #6648: URL: https://github.com/apache/incubator-tvm/pull/6648 When running `deploy_model_on_android.py` from the tutorial on mobile CPU, I got the following error. After searching on the web, it seems like the file for `GraphRuntimeFactory` is not incl

[GitHub] [incubator-tvm] tqchen merged pull request #6644: Add qemu build step to CI

2020-10-07 Thread GitBox
tqchen merged pull request #6644: URL: https://github.com/apache/incubator-tvm/pull/6644 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 g

[incubator-tvm] branch master updated (1c85047 -> e4b47a6)

2020-10-07 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 1c85047 [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm. (#6636) add e4b47a6 A

[GitHub] [incubator-tvm] mbrookhart opened a new pull request #6647: Add Range op to ONNX, make tvm arange shape_func support negative steps

2020-10-07 Thread GitBox
mbrookhart opened a new pull request #6647: URL: https://github.com/apache/incubator-tvm/pull/6647 cc @icemelon9 @masahi @tmoreau89 @jwfromm This is an automated message from the Apache Git Service. To respond to the mes

[incubator-tvm] branch master updated: [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm. (#6636)

2020-10-07 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 1c85047 [apps/bundle_deploy] Link demo_*

[GitHub] [incubator-tvm] tqchen merged pull request #6636: [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm.

2020-10-07 Thread GitBox
tqchen merged pull request #6636: URL: https://github.com/apache/incubator-tvm/pull/6636 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 g

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6580: Faster sparse_dense on GPUs

2020-10-07 Thread GitBox
tkonolige commented on a change in pull request #6580: URL: https://github.com/apache/incubator-tvm/pull/6580#discussion_r501193312 ## File path: python/tvm/tir/ir_builder.py ## @@ -62,9 +62,10 @@ class BufferVar(ObjectGeneric): IRBuilder.allocate """ -def __ini

[incubator-tvm] branch ci-docker-staging updated (2e52c67 -> 4b7aa5d)

2020-10-07 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 2e52c67 Turn on Rust docs and MxNet based ResNet add 7836654 Add deps needed for Rust examp

[GitHub] [incubator-tvm] mbrookhart opened a new pull request #6646: Add a test for assymetric padding in ONNX conv and fix Importer to support it

2020-10-07 Thread GitBox
mbrookhart opened a new pull request #6646: URL: https://github.com/apache/incubator-tvm/pull/6646 cc @masahi @tmoreau89 @jwfromm This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-tvm] areusch commented on pull request #6636: [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm.

2020-10-07 Thread GitBox
areusch commented on pull request #6636: URL: https://github.com/apache/incubator-tvm/pull/6636#issuecomment-705068213 @tqchen This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-tvm] leandron opened a new pull request #6645: [TEST][CI] make sure graphviz is on both ci-cpu and ci-gpu images

2020-10-07 Thread GitBox
leandron opened a new pull request #6645: URL: https://github.com/apache/incubator-tvm/pull/6645 This is a follow-up on top of #6643, to make sure when we re-generate Docker images, both `ci-cpu` and `ci-gpu` will have `graphviz` installed. All to deal with #6642. cc @tqchen

[incubator-tvm-site] branch master updated: Update

2020-10-07 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git The following commit(s) were added to refs/heads/master by this push: new ff206fc Update ff206fc is described

[incubator-tvm-site] branch asf-site updated: Build at Wed Oct 7 12:12:01 EDT 2020

2020-10-07 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git The following commit(s) were added to refs/heads/asf-site by this push: new e1b89c6 Build at Wed Oct 7 12:

[GitHub] [incubator-tvm] leandron commented on pull request #6643: [TEST][TEDD] improve TEDD tests to also run on CPU Docker image

2020-10-07 Thread GitBox
leandron commented on pull request #6643: URL: https://github.com/apache/incubator-tvm/pull/6643#issuecomment-705030432 Retriggering, due to some CI crash at build time, not related to this PR This is an automated message fro

[GitHub] [incubator-tvm] areusch opened a new pull request #6644: Add qemu build step to CI

2020-10-07 Thread GitBox
areusch opened a new pull request #6644: URL: https://github.com/apache/incubator-tvm/pull/6644 This PR is the start of the QEMU-based µTVM regression. Once merged, #6603 will expand the set of things tested in the QEMU CI to include µTVM Zephyr support. -

[GitHub] [incubator-tvm] areusch commented on pull request #6644: Add qemu build step to CI

2020-10-07 Thread GitBox
areusch commented on pull request #6644: URL: https://github.com/apache/incubator-tvm/pull/6644#issuecomment-705023220 @tqchen staging jenkins passed: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/9/pipeline/

[GitHub] [incubator-tvm] leandron commented on issue #6642: [Test] patterns for check into tests/python/contrib/test_tedd.py mismatch when running on CPU

2020-10-07 Thread GitBox
leandron commented on issue #6642: URL: https://github.com/apache/incubator-tvm/issues/6642#issuecomment-705014714 cc @yongfeng-nv to get any comments you might have This is an automated message from the Apache Git Service. T

[GitHub] [incubator-tvm] leandron commented on issue #6642: [Test] patterns for check into tests/python/contrib/test_tedd.py mismatch when running on CPU

2020-10-07 Thread GitBox
leandron commented on issue #6642: URL: https://github.com/apache/incubator-tvm/issues/6642#issuecomment-705007816 One example error message I was seeing: The expected pattern is: `bk(kVectorized)` The actual contents: `bk: int32(kVectorized)` ```

[GitHub] [incubator-tvm] leandron opened a new pull request #6643: [TEST][TEDD] improve TEDD tests to also run on CPU Docker image

2020-10-07 Thread GitBox
leandron opened a new pull request #6643: URL: https://github.com/apache/incubator-tvm/pull/6643 This change improves TEDD testing, so that is can run on `ci-cpu` Docker image. It currently fails if you try to run it on a `ci-cpu` image that has `graphviz` installed. The test currently sho

[GitHub] [incubator-tvm] leandron opened a new issue #6642: [Test] patterns for check into tests/python/contrib/test_tedd.py mismatch when running on CPU

2020-10-07 Thread GitBox
leandron opened a new issue #6642: URL: https://github.com/apache/incubator-tvm/issues/6642 It seems there are a couple tests in `tests/python/contrib/test_tedd.py` that mismatch when running on CPU only machines. These tests are part of `task_python-integration.sh`. ``` FAILED t

[GitHub] [incubator-tvm] ANSHUMAN87 commented on a change in pull request #6580: Faster sparse_dense on GPUs

2020-10-07 Thread GitBox
ANSHUMAN87 commented on a change in pull request #6580: URL: https://github.com/apache/incubator-tvm/pull/6580#discussion_r501082471 ## File path: python/tvm/tir/ir_builder.py ## @@ -62,9 +62,10 @@ class BufferVar(ObjectGeneric): IRBuilder.allocate """ -def __in

[GitHub] [incubator-tvm] ANSHUMAN87 commented on a change in pull request #6580: Faster sparse_dense on GPUs

2020-10-07 Thread GitBox
ANSHUMAN87 commented on a change in pull request #6580: URL: https://github.com/apache/incubator-tvm/pull/6580#discussion_r501061630 ## File path: python/tvm/tir/ir_builder.py ## @@ -62,9 +62,10 @@ class BufferVar(ObjectGeneric): IRBuilder.allocate """ -def __in

[GitHub] [incubator-tvm] tqchen commented on pull request #6477: [Relay] Add space_to_batch_nd and batch_to_space_nd operators

2020-10-07 Thread GitBox
tqchen commented on pull request #6477: URL: https://github.com/apache/incubator-tvm/pull/6477#issuecomment-704983895 also cc @masahi @FrozenGene please help manage this PR This is an automated message from the Apache Git Ser

[GitHub] [incubator-tvm] ANSHUMAN87 commented on a change in pull request #6580: Faster sparse_dense on GPUs

2020-10-07 Thread GitBox
ANSHUMAN87 commented on a change in pull request #6580: URL: https://github.com/apache/incubator-tvm/pull/6580#discussion_r501061630 ## File path: python/tvm/tir/ir_builder.py ## @@ -62,9 +62,10 @@ class BufferVar(ObjectGeneric): IRBuilder.allocate """ -def __in

[GitHub] [incubator-tvm] ANSHUMAN87 commented on a change in pull request #6580: Faster sparse_dense on GPUs

2020-10-07 Thread GitBox
ANSHUMAN87 commented on a change in pull request #6580: URL: https://github.com/apache/incubator-tvm/pull/6580#discussion_r501054040 ## File path: python/tvm/tir/ir_builder.py ## @@ -74,8 +75,23 @@ def asobject(self): def dtype(self): return self._content_type +

[GitHub] [incubator-tvm] junrushao1994 commented on pull request #6641: Modify annotate_target

2020-10-07 Thread GitBox
junrushao1994 commented on pull request #6641: URL: https://github.com/apache/incubator-tvm/pull/6641#issuecomment-704905051 Hey Ritwik, nice to see you here :-) Would you love to provide some context of this change? Also CC @comaniac @zhiics. --

[GitHub] [incubator-tvm] leandron commented on pull request #6641: Modify annotate_target

2020-10-07 Thread GitBox
leandron commented on pull request #6641: URL: https://github.com/apache/incubator-tvm/pull/6641#issuecomment-704865100 Hi @codeislife99, thanks for the PR. Would you mind providing a bit more context on what this change is and why is it needed? Also, generally speaking, it would be

[GitHub] [incubator-tvm] codeislife99 opened a new pull request #6641: Modify annotate_target

2020-10-07 Thread GitBox
codeislife99 opened a new pull request #6641: URL: https://github.com/apache/incubator-tvm/pull/6641 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code

[GitHub] [incubator-tvm] lhutton1 commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-10-07 Thread GitBox
lhutton1 commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r500863217 ## File path: CMakeLists.txt ## @@ -76,6 +76,8 @@ tvm_option(USE_COREML "Build with coreml support" OFF) tvm_option(USE_TARGET_ONNX "Build with ON