[GitHub] [incubator-tvm] liangfu commented on pull request #6914: [Runtime] Support appending new item into runtime::Array

2020-11-13 Thread GitBox
liangfu commented on pull request #6914: URL: https://github.com/apache/incubator-tvm/pull/6914#issuecomment-726638196 cc @junrushao1994 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] merrymercy commented on pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy commented on pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882#issuecomment-726736491 @mbaret The tutorial is online now. You can try it

[incubator-tvm-site] branch asf-site updated: update index.html

2020-11-13 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng 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 57d59b7 update index.html

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy edited a comment on pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882#issuecomment-726736491 @mbaret The tutorial is online now https://tvm.apache.org/docs/tutorials/auto_scheduler/tune_network_cuda.html You can try it and any feedback is welcomed!

[GitHub] [incubator-tvm] merrymercy merged pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy merged pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882 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

[incubator-tvm] branch main updated (f952fa7 -> 050a836)

2020-11-13 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from f952fa7 [TFLite runtime] Allow to set number of threads to TFLite interpreter (#6901) add 050a836

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy edited a comment on pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882#issuecomment-726608309 Let me merge this PR first because it fixed multiple bugs. I will send follow up PRs to improve the fallback mechanism when no valid schedule is found.

[GitHub] [incubator-tvm] merrymercy commented on pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy commented on pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882#issuecomment-726608309 Let me merge this first as it fixed multiple bugs. I will send follow up PRs to improve the fallback mechanism when no valid schedule is found.

[GitHub] [incubator-tvm] liangfu opened a new pull request #6914: [Runtime] Support appending new item into runtime::Array

2020-11-13 Thread GitBox
liangfu opened a new pull request #6914: URL: https://github.com/apache/incubator-tvm/pull/6914 This PR improves the runtime::Array in #5585 by adding support to append new item in Python side, and push_back a new item in C++.

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #6882: [AutoScheduler] Tutorial on auto-scheduling a network for GPU

2020-11-13 Thread GitBox
merrymercy edited a comment on pull request #6882: URL: https://github.com/apache/incubator-tvm/pull/6882#issuecomment-726608309 Let me merge this PR first because it fixed multiple bugs. I will send follow up PRs to improve the fallback mechanism in `relay.build` when there is no valid

[GitHub] [incubator-tvm] rohanmukh commented on a change in pull request #6905: [TRT][BYOC] handling dynamism in TensorRT to support OD models

2020-11-13 Thread GitBox
rohanmukh commented on a change in pull request #6905: URL: https://github.com/apache/incubator-tvm/pull/6905#discussion_r523166626 ## File path: tests/python/contrib/test_tensorrt.py ## @@ -874,44 +972,7 @@ def test_densenet121(): run_and_verify_model("densenet121")

[GitHub] [incubator-tvm] areusch commented on pull request #6915: Consolidate RPC Context

2020-11-13 Thread GitBox
areusch commented on pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915#issuecomment-726994238 missed one thing, making draft. This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] areusch commented on pull request #6915: Consolidate RPC Context helper functions

2020-11-13 Thread GitBox
areusch commented on pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915#issuecomment-727071435 @tqchen i was originally planning to do that but the implementation is already in this file under operator<<.

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6905: [TRT][BYOC] handling dynamism in TensorRT to support OD models

2020-11-13 Thread GitBox
trevor-m commented on a change in pull request #6905: URL: https://github.com/apache/incubator-tvm/pull/6905#discussion_r523133866 ## File path: tests/python/contrib/test_tensorrt.py ## @@ -874,44 +972,7 @@ def test_densenet121(): run_and_verify_model("densenet121")

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6905: [TRT][BYOC] handling dynamism in TensorRT to support OD models

2020-11-13 Thread GitBox
zhiics commented on a change in pull request #6905: URL: https://github.com/apache/incubator-tvm/pull/6905#discussion_r523123910 ## File path: python/tvm/relay/op/contrib/tensorrt.py ## @@ -152,13 +153,50 @@ def partition_for_tensorrt( with

[GitHub] [incubator-tvm] tqchen commented on pull request #6915: Consolidate RPC Context helper functions

2020-11-13 Thread GitBox
tqchen commented on pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915#issuecomment-727074424 OK, let us go with this then This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] areusch commented on pull request #6915: Consolidate RPC Context

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

[GitHub] [incubator-tvm] areusch opened a new pull request #6915: Consolidate RPC Context

2020-11-13 Thread GitBox
areusch opened a new pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915 Small cleanup PR to move logic around building and examining RPC contexts into a single place. Helpful when building the pre-linked parameter PR (coming soon).

[GitHub] [incubator-tvm] areusch opened a new pull request #6916: Make TVMLogf platform-independent

2020-11-13 Thread GitBox
areusch opened a new pull request #6916: URL: https://github.com/apache/incubator-tvm/pull/6916 When debugging vmalloc() on ARM devices, %zu was printing as "zu." This change fixes that. * Some platforms need to use an alternate printf() to support basic things like %zu.

[GitHub] [incubator-tvm] areusch opened a new pull request #6917: Add Relay option to pre-link parameters into runtime Modules

2020-11-13 Thread GitBox
areusch opened a new pull request #6917: URL: https://github.com/apache/incubator-tvm/pull/6917 RFC pending. This PR implements changes to support generating Modules that contain parameters pre-linked. For CPU contexts, these modules don't require any copying before launching

[GitHub] [incubator-tvm] tqchen commented on pull request #6915: Consolidate RPC Context helper functions

2020-11-13 Thread GitBox
tqchen commented on pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915#issuecomment-727045043 It would be helpful to keep these as an internal header for now, because the implementation of RPC should be hidden from the user.

[incubator-tvm] branch main updated (b4f99e5 -> 55d8172)

2020-11-13 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b4f99e5 [TRT][BYOC] handling dynamism in TensorRT to support OD models (#6905) add 55d8172 Consolidate

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6898: add ShapeFunc for tanh

2020-11-13 Thread GitBox
icemelon9 commented on a change in pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#discussion_r523313472 ## File path: python/tvm/topi/cuda/dense.py ## @@ -77,8 +77,8 @@ def _callback(op): def _schedule_dense_small_batch(cfg, s, C): -A, _ =

[GitHub] [incubator-tvm] icemelon9 commented on pull request #6898: add ShapeFunc for tanh

2020-11-13 Thread GitBox
icemelon9 commented on pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#issuecomment-727106573 I have a question. What do you mean "input's shape's second dim is unknown"? TVM is able to compile the kernel even though the dim is a sym var.

[GitHub] [incubator-tvm] lixiaoquan closed issue #6913: [ARITH]const_int_bound doesn't allow INT64_MAX in expr

2020-11-13 Thread GitBox
lixiaoquan closed issue #6913: URL: https://github.com/apache/incubator-tvm/issues/6913 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

[GitHub] [incubator-tvm] lixiaoquan commented on issue #6913: [ARITH]const_int_bound doesn't allow INT64_MAX in expr

2020-11-13 Thread GitBox
lixiaoquan commented on issue #6913: URL: https://github.com/apache/incubator-tvm/issues/6913#issuecomment-727101245 Thanks all, it is solved. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6912: [ShapeFunc] Handle weights in shape func

2020-11-13 Thread GitBox
icemelon9 commented on a change in pull request #6912: URL: https://github.com/apache/incubator-tvm/pull/6912#discussion_r523310191 ## File path: src/relay/backend/compile_engine.cc ## @@ -420,38 +420,59 @@ class MakeShapeFunc : public backend::MemoizedExprTranslator>

[incubator-tvm] branch main updated (c7c39a4 -> b4f99e5)

2020-11-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c7c39a4 Fix edge cases in const_int_bound and fold_scale_axis (#6911) add b4f99e5 [TRT][BYOC]

[GitHub] [incubator-tvm] anijain2305 opened a new pull request #6918: [TF parser] Handle int64 dtype in range

2020-11-13 Thread GitBox
anijain2305 opened a new pull request #6918: URL: https://github.com/apache/incubator-tvm/pull/6918 As title @zhiics This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-tvm] branch main updated (c7c39a4 -> b4f99e5)

2020-11-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c7c39a4 Fix edge cases in const_int_bound and fold_scale_axis (#6911) add b4f99e5 [TRT][BYOC]

[incubator-tvm] branch main updated (c7c39a4 -> b4f99e5)

2020-11-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c7c39a4 Fix edge cases in const_int_bound and fold_scale_axis (#6911) add b4f99e5 [TRT][BYOC]

[GitHub] [incubator-tvm] areusch commented on pull request #6916: Make TVMLogf platform-independent

2020-11-13 Thread GitBox
areusch commented on pull request #6916: URL: https://github.com/apache/incubator-tvm/pull/6916#issuecomment-727117673 @tqchen @u99127 @tom-gall @manupa-arm This is an automated message from the Apache Git Service. To

[incubator-tvm] branch main updated (c7c39a4 -> b4f99e5)

2020-11-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c7c39a4 Fix edge cases in const_int_bound and fold_scale_axis (#6911) add b4f99e5 [TRT][BYOC]

[GitHub] [incubator-tvm] wweic commented on pull request #6898: add ShapeFunc for tanh

2020-11-13 Thread GitBox
wweic commented on pull request #6898: URL: https://github.com/apache/incubator-tvm/pull/6898#issuecomment-727102464 lgtm. pls fix the test failure. cc @icemelon9 @kevinthesun This is an automated message from the Apache

[GitHub] [incubator-tvm] anijain2305 commented on pull request #6905: [TRT][BYOC] handling dynamism in TensorRT to support OD models

2020-11-13 Thread GitBox
anijain2305 commented on pull request #6905: URL: https://github.com/apache/incubator-tvm/pull/6905#issuecomment-727084182 Thanks @rohanmukh @zhiics @trevor-m This is merged This is an automated message from the Apache Git

[GitHub] [incubator-tvm] anijain2305 merged pull request #6905: [TRT][BYOC] handling dynamism in TensorRT to support OD models

2020-11-13 Thread GitBox
anijain2305 merged pull request #6905: URL: https://github.com/apache/incubator-tvm/pull/6905 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-tvm] branch main updated (c7c39a4 -> b4f99e5)

2020-11-13 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c7c39a4 Fix edge cases in const_int_bound and fold_scale_axis (#6911) add b4f99e5 [TRT][BYOC]

[GitHub] [incubator-tvm] tqchen merged pull request #6915: Consolidate RPC Context helper functions

2020-11-13 Thread GitBox
tqchen merged pull request #6915: URL: https://github.com/apache/incubator-tvm/pull/6915 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

[GitHub] [incubator-tvm] ANSHUMAN87 commented on pull request #6889: [TOPI] sparse_dense Op sparse_data input added

2020-11-13 Thread GitBox
ANSHUMAN87 commented on pull request #6889: URL: https://github.com/apache/incubator-tvm/pull/6889#issuecomment-726801407 > Just to check, you're only transposing the dense matrix? Also, what is the density of the sparse matrix? > > I'm curious, could you do a benchmark with a

[GitHub] [incubator-tvm] tqchen commented on issue #6913: [ARITH]const_int_bound doesn't allow INT64_MAX in expr

2020-11-13 Thread GitBox
tqchen commented on issue #6913: URL: https://github.com/apache/incubator-tvm/issues/6913#issuecomment-726771483 Please check if #6911 resolves the issue This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] tqchen merged pull request #6911: Fix edge cases in const_int_bound and fold_scale_axis

2020-11-13 Thread GitBox
tqchen merged pull request #6911: URL: https://github.com/apache/incubator-tvm/pull/6911 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

[incubator-tvm] branch main updated (050a836 -> c7c39a4)

2020-11-13 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 050a836 [AutoScheduler] Tutorial on auto-scheduling a network for GPU (#6882) add c7c39a4 Fix edge

[GitHub] [incubator-tvm] tqchen commented on pull request #6914: [Runtime] Support appending new item into runtime::Array

2020-11-13 Thread GitBox
tqchen commented on pull request #6914: URL: https://github.com/apache/incubator-tvm/pull/6914#issuecomment-726770963 Our current inherant assumption for Array and other data structures so far is that they are immutable, and applies copy on write on the c++ side. Because there is not a

[incubator-tvm] branch main updated (050a836 -> c7c39a4)

2020-11-13 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 050a836 [AutoScheduler] Tutorial on auto-scheduling a network for GPU (#6882) add c7c39a4 Fix edge

[GitHub] [incubator-tvm] ANSHUMAN87 edited a comment on pull request #6889: [TOPI] sparse_dense Op sparse_data input added

2020-11-13 Thread GitBox
ANSHUMAN87 edited a comment on pull request #6889: URL: https://github.com/apache/incubator-tvm/pull/6889#issuecomment-726801407 > Just to check, you're only transposing the dense matrix? Also, what is the density of the sparse matrix? > > I'm curious, could you do a benchmark with