[GitHub] [tvm] sxjscience commented on pull request #7191: [Frontend][MXNet] add _npi_subtract_scalar

2021-01-03 Thread GitBox
sxjscience commented on pull request #7191: URL: https://github.com/apache/tvm/pull/7191#issuecomment-753645201 Thanks!! This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] codeislife99 opened a new pull request #7192: Sparse ops all

2021-01-03 Thread GitBox
codeislife99 opened a new pull request #7192: URL: https://github.com/apache/tvm/pull/7192 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 reviews

[GitHub] [tvm] codeislife99 commented on a change in pull request #7149: Sparse segment sum sqrtn op

2021-01-03 Thread GitBox
codeislife99 commented on a change in pull request #7149: URL: https://github.com/apache/tvm/pull/7149#discussion_r551089298 ## File path: python/tvm/relay/op/transform.py ## @@ -1320,3 +1320,55 @@ def adv_index(inputs): Output tensor. """ return

[GitHub] [tvm] FrozenGene commented on pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
FrozenGene commented on pull request #7185: URL: https://github.com/apache/tvm/pull/7185#issuecomment-753811336 @jcf94 could you have another one round of review? This is an automated message from the Apache Git Service. To

[GitHub] [tvm] liangfu commented on a change in pull request #7190: Makes sure g_last_error is null terminated.

2021-01-03 Thread GitBox
liangfu commented on a change in pull request #7190: URL: https://github.com/apache/tvm/pull/7190#discussion_r551154025 ## File path: src/runtime/crt/common/crt_runtime_api.c ## @@ -38,7 +38,10 @@ static char g_last_error[1024]; -void TVMAPISetLastError(const char* msg) {

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551132967 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -628,6 +636,8 @@ def local_build_worker(args): build_func = tar.tar elif

[GitHub] [tvm] FrozenGene commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
FrozenGene commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551141295 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -303,12 +312,26 @@ class LocalBuilder(ProgramBuilder): This is used in a wrapper of the

[GitHub] [tvm] codeislife99 commented on pull request #7149: Sparse segment sum sqrtn op

2021-01-03 Thread GitBox
codeislife99 commented on pull request #7149: URL: https://github.com/apache/tvm/pull/7149#issuecomment-753729768 Context of these PRs: The goal of adding these sparse ops is to enable a customer to run their recommendation model which is currently getting split into multiple subgraphs

[GitHub] [tvm] jcf94 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551137236 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -303,12 +312,26 @@ class LocalBuilder(ProgramBuilder): This is used in a wrapper of the

[GitHub] [tvm] FrozenGene commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
FrozenGene commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551139319 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +647,7 @@ def local_build_worker(args): The build result of this Builder thread.

[GitHub] [tvm] FrozenGene commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
FrozenGene commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551149875 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -652,7 +652,6 @@ def local_build_worker(args): The build result of this Builder thread.

[GitHub] [tvm] codeislife99 opened a new pull request #7193: Fix ICHECK_NOTNULL in logging.h

2021-01-03 Thread GitBox
codeislife99 opened a new pull request #7193: URL: https://github.com/apache/tvm/pull/7193 Fix bug in logging.h This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tvm] masahi opened a new pull request #7195: [THRUST] Faster multi dimensional argsort by segmented sort

2021-01-03 Thread GitBox
masahi opened a new pull request #7195: URL: https://github.com/apache/tvm/pull/7195 Current implementation of thrust argsort, when given multi dimensional inputs to sort along the inner most axis, is very inefficient: it does `n_iter` calls to thrust sort. See

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551133295 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -303,11 +306,16 @@ class LocalBuilder(ProgramBuilder): This is used in a wrapper of the

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551162129 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +647,7 @@ def local_build_worker(args): The build result of this Builder

[GitHub] [tvm] codeislife99 commented on a change in pull request #7149: Sparse segment sum sqrtn op

2021-01-03 Thread GitBox
codeislife99 commented on a change in pull request #7149: URL: https://github.com/apache/tvm/pull/7149#discussion_r551089181 ## File path: src/relay/op/tensor/transform.cc ## @@ -1553,6 +1553,59 @@ RELAY_REGISTER_OP("meshgrid") .set_attr("FTVMCompute", MeshgridCompute)

[GitHub] [tvm] codeislife99 commented on pull request #7149: Sparse segment sum sqrtn op

2021-01-03 Thread GitBox
codeislife99 commented on pull request #7149: URL: https://github.com/apache/tvm/pull/7149#issuecomment-753730025 @tkonolige @mbrookhart Can I get a re-review on this PR ? I have added the TF Frontend code and some more documentation.

[GitHub] [tvm] masahi opened a new pull request #7194: [CUBLAS, CUDNN] Support dynamic batch size

2021-01-03 Thread GitBox
masahi opened a new pull request #7194: URL: https://github.com/apache/tvm/pull/7194 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 reviews from

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551135097 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -63,6 +63,9 @@ # We use 1e10 instead of sys.float_info.max for better readability in log

[GitHub] [tvm] FrozenGene commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
FrozenGene commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551139727 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +647,7 @@ def local_build_worker(args): The build result of this Builder thread.

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551153793 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -652,7 +652,6 @@ def local_build_worker(args): The build result of this Builder thread.

[GitHub] [tvm] cxcxcxcx commented on a change in pull request #7190: Makes sure g_last_error is null terminated.

2021-01-03 Thread GitBox
cxcxcxcx commented on a change in pull request #7190: URL: https://github.com/apache/tvm/pull/7190#discussion_r551159043 ## File path: src/runtime/crt/common/crt_runtime_api.c ## @@ -38,7 +38,10 @@ static char g_last_error[1024]; -void TVMAPISetLastError(const char* msg)

[GitHub] [tvm] codeislife99 commented on pull request #7193: Fix ICHECK_NOTNULL in logging.h

2021-01-03 Thread GitBox
codeislife99 commented on pull request #7193: URL: https://github.com/apache/tvm/pull/7193#issuecomment-753719016 @anijain2305 @trevor-m @zhiics Can I get a quick +1 on this ? This is an automated message from the

[GitHub] [tvm] jcf94 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
jcf94 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551138247 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -624,12 +647,7 @@ def local_build_worker(args): The build result of this Builder thread.

[GitHub] [tvm] leowang1225 commented on a change in pull request #7185: [AutoScheduler] Add custom build function

2021-01-03 Thread GitBox
leowang1225 commented on a change in pull request #7185: URL: https://github.com/apache/tvm/pull/7185#discussion_r551140443 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -303,12 +312,26 @@ class LocalBuilder(ProgramBuilder): This is used in a wrapper of the

[GitHub] [tvm] masahi merged pull request #7191: [Frontend][MXNet] add _npi_subtract_scalar

2021-01-03 Thread GitBox
masahi merged pull request #7191: URL: https://github.com/apache/tvm/pull/7191 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

[tvm] branch main updated: [Frontend][MXNet] add _npi_subtract_scalar (#7191)

2021-01-03 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 86a8504 [Frontend][MXNet] add _npi_subtract_scalar

[tvm] branch main updated (6258fae -> 76a9825)

2021-01-03 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 6258fae [Fix] Tensor core type issue for dense (#7187) add 76a9825 Remove seemingly invalid SoftPlus (#7189) No

[GitHub] [tvm] masahi merged pull request #7189: [FRONTEND][ONNX] Remove seemingly invalid SoftPlus

2021-01-03 Thread GitBox
masahi merged pull request #7189: URL: https://github.com/apache/tvm/pull/7189 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

[GitHub] [tvm] junrushao1994 commented on pull request #7191: [Frontend][MXNet] add _npi_subtract_scalar

2021-01-03 Thread GitBox
junrushao1994 commented on pull request #7191: URL: https://github.com/apache/tvm/pull/7191#issuecomment-753592836 @sxjscience @eric-haibin-lin Please take a look and let's get it merged This is an automated message from the

[GitHub] [tvm] juannzou commented on issue #7182: VTA test fail while running the 2D convolution testbench on Pynq

2021-01-03 Thread GitBox
juannzou commented on issue #7182: URL: https://github.com/apache/tvm/issues/7182#issuecomment-753602648 Hi @junrushao1994 I thought it is a bug, since I tried with different settings and still get errors. But I just posted it on the discuss forum, according to your

[GitHub] [tvm] juannzou edited a comment on pull request #6012: [VTA] Move compiler related registry items to vta/build_module.py

2021-01-03 Thread GitBox
juannzou edited a comment on pull request #6012: URL: https://github.com/apache/tvm/pull/6012#issuecomment-752647032 Hi @lhf1997 I had the same issue. Have you tried with [Pynq bitstream 0.0.2](https://github.com/uwsampl/vta-distro/tree/master/bitstreams/pynq/0.0.2)? It worked for