[GitHub] [incubator-tvm] hypercubestart commented on a change in pull request #5812: Bring Your Own Datatypes

2020-09-21 Thread GitBox
hypercubestart commented on a change in pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r492203800 ## File path: 3rdparty/byodt/myfloat.cc ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] jroesch commented on pull request #6408: [Rust] Relay bindings

2020-09-21 Thread GitBox
jroesch commented on pull request #6408: URL: https://github.com/apache/incubator-tvm/pull/6408#issuecomment-696293396 @gussmith23 are you using an old version of LLVM? This is an automated message from the Apache Git

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5812: Bring Your Own Datatypes

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r491728225 ## File path: 3rdparty/posit/posit-wrapper.cc ## @@ -0,0 +1,236 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] FrozenGene commented on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
FrozenGene commented on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696017067 Please consider opening new thread in https://discuss.tvm.apache.org/, we use this forum to solve this kind of question. Your question should be related with the target and

[GitHub] [incubator-tvm] masahi merged pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
masahi merged pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504 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] tqchen commented on pull request #6242: [relay][ir] add string type to relay ir

2020-09-21 Thread GitBox
tqchen commented on pull request #6242: URL: https://github.com/apache/incubator-tvm/pull/6242#issuecomment-695829017 Sorry that this PR is a bit outstanding at the moment. @jroesch @cloud-mxd can you please follow up ?

[GitHub] [incubator-tvm] jroesch commented on pull request #6518: [CI] Cancel previous build if a new commit is pushed to a PR

2020-09-21 Thread GitBox
jroesch commented on pull request #6518: URL: https://github.com/apache/incubator-tvm/pull/6518#issuecomment-695983642  This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
kevinthesun commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492234714 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,14 @@ def infer_value_simulated(input_val, params): return

[GitHub] [incubator-tvm] siju-samuel commented on pull request #6367: [Relay] Show yolo detection result in text.

2020-09-21 Thread GitBox
siju-samuel commented on pull request #6367: URL: https://github.com/apache/incubator-tvm/pull/6367#issuecomment-695829497 @huajsj Thanks for the PR, could you please rebase this PR? This is an automated message from the

[GitHub] [incubator-tvm] jainris commented on pull request #6523: [QNN][TFLite] Added support for fused-bias and quantized input in TRANSPOSE_CONV for TFLite.

2020-09-21 Thread GitBox
jainris commented on pull request #6523: URL: https://github.com/apache/incubator-tvm/pull/6523#issuecomment-696425194 cc @anijain2305 @mbaret @u99127 @FrozenGene @tqchen This is an automated message from the Apache Git

[GitHub] [incubator-tvm] tqchen commented on pull request #6428: [TOPI] Fix declaration_conv2d_transpose_impl

2020-09-21 Thread GitBox
tqchen commented on pull request #6428: URL: https://github.com/apache/incubator-tvm/pull/6428#issuecomment-695828639 Thanks @XIAO-XIA @yzhliu ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492386989 ## File path: python/tvm/tvmscript/__init__.py ## @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific

[GitHub] [incubator-tvm] tqchen merged pull request #6518: [CI] Cancel previous build if a new commit is pushed to a PR

2020-09-21 Thread GitBox
tqchen merged pull request #6518: URL: https://github.com/apache/incubator-tvm/pull/6518 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] rkimball commented on a change in pull request #6515: Generalize the use of booleans to support all cmake boolean values.

2020-09-21 Thread GitBox
rkimball commented on a change in pull request #6515: URL: https://github.com/apache/incubator-tvm/pull/6515#discussion_r492172680 ## File path: cmake/util/FindCUDA.cmake ## @@ -37,7 +37,7 @@ # macro(find_cuda use_cuda) set(__use_cuda ${use_cuda}) - if(__use_cuda

[GitHub] [incubator-tvm] tqchen merged pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-21 Thread GitBox
tqchen merged pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456 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] tqchen merged pull request #6510: [TOPI] Group conv2d NHWC op implementation

2020-09-21 Thread GitBox
tqchen merged pull request #6510: URL: https://github.com/apache/incubator-tvm/pull/6510 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] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

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

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
masahi commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492333616 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,14 @@ def infer_value_simulated(input_val, params): return output_value

[GitHub] [incubator-tvm] tqchen merged pull request #6519: [LINT] Use fmt off to disable problematic black fmt

2020-09-21 Thread GitBox
tqchen merged pull request #6519: URL: https://github.com/apache/incubator-tvm/pull/6519 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] ljs19981117 edited a comment on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
ljs19981117 edited a comment on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696475926 Thanks for your reminding.I will ask in the disscuss.tvm. I make the target to rasp3b,but got this: > "-target" is deprecated, use "-mtriple"

[GitHub] [incubator-tvm] anijain2305 merged pull request #6513: bugfix in BinaryBroadcastLayout + unit test

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

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #6519: [LINT] Use fmt off to disable problematic black fmt

2020-09-21 Thread GitBox
jroesch commented on a change in pull request #6519: URL: https://github.com/apache/incubator-tvm/pull/6519#discussion_r491879208 ## File path: python/tvm/topi/testing/pool3d_python.py ## @@ -20,12 +20,20 @@ import numpy as np import tvm -def pool3d_ncdhw_python(np_data,

[GitHub] [incubator-tvm] FrozenGene closed issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
FrozenGene closed issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520 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] tqchen commented on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-696420692 Thanks @tkonolige . I feel API-wise the module name tvmscript is quite duplicated and long to type. One quick idea is to introduce the namespace `script`, and do things

[GitHub] [incubator-tvm] gussmith23 commented on pull request #6408: [Rust] Relay bindings

2020-09-21 Thread GitBox
gussmith23 commented on pull request #6408: URL: https://github.com/apache/incubator-tvm/pull/6408#issuecomment-695898127 What's the thought on how tensor types should be represented? That's something I do need that doesn't seem to be implemented.

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6242: [relay][ir] add string type to relay ir

2020-09-21 Thread GitBox
tqchen edited a comment on pull request #6242: URL: https://github.com/apache/incubator-tvm/pull/6242#issuecomment-695829017 Sorry that this PR is a bit outstanding at the moment. @jroesch @cloud-mxd can you please follow up ? It would be great to quickly check if we want to include the

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tkonolige commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492393034 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen edited a comment on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-696420692 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-tvm] masahi commented on pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
masahi commented on pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#issuecomment-696483466 Thanks @kevinthesun @yongwww This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] ljs19981117 commented on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
ljs19981117 commented on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696475926 > Please consider opening new thread in https://discuss.tvm.apache.org/, we use this forum to solve this kind of question. Your question should be related with the target

[GitHub] [incubator-tvm] tqchen commented on pull request #6430: [ConvertLayout] Use a packed function to decide layout based on operator attributes

2020-09-21 Thread GitBox
tqchen commented on pull request #6430: URL: https://github.com/apache/incubator-tvm/pull/6430#issuecomment-695828553 Sorry for the delayed reply. I think it is indeed better to make use of a single way to setup the layout rules. We might want to have a helper function to override such

[GitHub] [incubator-tvm] comaniac commented on pull request #6506: [BYOC][ACL] Add maximum support for float32

2020-09-21 Thread GitBox
comaniac commented on pull request #6506: URL: https://github.com/apache/incubator-tvm/pull/6506#issuecomment-696234458 @giuseros please address the comments from @lhutton1 and we can merge this PR. This is an automated

[GitHub] [incubator-tvm] tqchen merged pull request #6428: [TOPI] Fix declaration_conv2d_transpose_impl

2020-09-21 Thread GitBox
tqchen merged pull request #6428: URL: https://github.com/apache/incubator-tvm/pull/6428 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] tqchen commented on pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-21 Thread GitBox
tqchen commented on pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#issuecomment-696462772 Thanks @rkimball @tmoreau89 @junrushao1994 ! This is an automated message from the Apache Git Service. To

[incubator-tvm] branch master updated: [Torch] Clean up usage of try ... infer_value() ... except (#6504)

2020-09-21 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi 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 0448858 [Torch] Clean up usage of try

[GitHub] [incubator-tvm] ljs19981117 edited a comment on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
ljs19981117 edited a comment on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696475926 Thanks for your reminding.I will ask in the disscuss.tvm. I make the target to rasp3b,but got this: > "-target" is deprecated, use "-mtriple"

[GitHub] [incubator-tvm] ljs19981117 commented on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
ljs19981117 commented on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696475926 > Please consider opening new thread in https://discuss.tvm.apache.org/, we use this forum to solve this kind of question. Your question should be related with the target

[incubator-tvm] branch master updated (74a2293 -> ea76637)

2020-09-21 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 74a2293 Enable more warnings when compiling with clang 10.0 or greater (#6456) add ea76637 [TOPI]

[GitHub] [incubator-tvm] tqchen merged pull request #6510: [TOPI] Group conv2d NHWC op implementation

2020-09-21 Thread GitBox
tqchen merged pull request #6510: URL: https://github.com/apache/incubator-tvm/pull/6510 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 master updated (4e6fe36 -> 74a2293)

2020-09-21 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 4e6fe36 [AutoScheduler] Improve hyperlinks in the tutorial (#6521) add 74a2293 Enable more warnings

[incubator-tvm] branch master updated (4e6fe36 -> 74a2293)

2020-09-21 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 4e6fe36 [AutoScheduler] Improve hyperlinks in the tutorial (#6521) add 74a2293 Enable more warnings

[incubator-tvm] branch master updated (4e6fe36 -> 74a2293)

2020-09-21 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 4e6fe36 [AutoScheduler] Improve hyperlinks in the tutorial (#6521) add 74a2293 Enable more warnings

[GitHub] [incubator-tvm] tqchen merged pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-21 Thread GitBox
tqchen merged pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456 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] tqchen commented on pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

2020-09-21 Thread GitBox
tqchen commented on pull request #6456: URL: https://github.com/apache/incubator-tvm/pull/6456#issuecomment-696462772 Thanks @rkimball @tmoreau89 @junrushao1994 ! This is an automated message from the Apache Git Service. To

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

2020-09-21 Thread GitBox
comaniac commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492417754 ## File path: src/relay/backend/contrib/tensorrt/codegen.cc ## @@ -0,0 +1,240 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[incubator-tvm] branch master updated (83f0c9d -> 4e6fe36)

2020-09-21 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 83f0c9d [LINT] Use fmt off to disable problematic black fmt (#6519) add 4e6fe36 [AutoScheduler]

[GitHub] [incubator-tvm] merrymercy merged pull request #6521: [AutoScheduler] Improve hyperlinks in the tutorial

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

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492408646 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

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

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

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

2020-09-21 Thread GitBox
comaniac commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492403921 ## File path: docs/deploy/tensorrt.rst ## @@ -0,0 +1,267 @@ +.. Licensed to the Apache Software Foundation (ASF) under one +or more

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

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

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

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

[GitHub] [incubator-tvm] areusch opened a new pull request #6524: fix libtvm build dependencies when USE_MICRO is ON

2020-09-21 Thread GitBox
areusch opened a new pull request #6524: URL: https://github.com/apache/incubator-tvm/pull/6524 * previously, building from scratch would fail with Unix Makefiles due to cmake limitation thanks @hogepodge for reporting this bug: when USE_MICRO is on and cmake generator is

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tkonolige commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492397005 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492395383 ## File path: python/tvm/tvmscript/parser.py ## @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492394227 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

[GitHub] [incubator-tvm] jainris commented on pull request #6523: [QNN][TFLite] Added support for fused-bias and quantized input in TRANSPOSE_CONV for TFLite.

2020-09-21 Thread GitBox
jainris commented on pull request #6523: URL: https://github.com/apache/incubator-tvm/pull/6523#issuecomment-696425194 cc @anijain2305 @mbaret @u99127 @FrozenGene @tqchen This is an automated message from the Apache Git

[GitHub] [incubator-tvm] jainris opened a new pull request #6523: [QNN][TFLite] Added support for fused-bias and quantized input in TRANSPOSE_CONV for TFLite.

2020-09-21 Thread GitBox
jainris opened a new pull request #6523: URL: https://github.com/apache/incubator-tvm/pull/6523 * Added dilation_value attribute to dilate operator of Relay/TOPI. (Enables custom value for dilation, instead of always 0) * Added tests for dilation_value of dilate operator in Relay

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tkonolige commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492393801 ## File path: python/tvm/tvmscript/parser.py ## @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tkonolige commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492393034 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen edited a comment on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-696420692 Thanks @tkonolige . I feel API-wise the module name tvmscript is quite duplicated and long to type. Because we are already inside the tvm namespace. One quick

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen edited a comment on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-696420692 Thanks @tkonolige . I feel API-wise the module name tvmscript is quite duplicated and long to type. One quick idea is to introduce the namespace `script`, and do

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492386353 ## File path: docs/dev/tvm_script.rst ## @@ -15,7 +15,7 @@ specific language governing permissions and limitations under the License.

[GitHub] [incubator-tvm] tqchen commented on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-696420692 Thanks @tkonolige . I feel API-wise the module name tvmscript is quite duplicated and long to type. One quick idea is to introduce the namespace `script`, and do things

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tqchen commented on a change in pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#discussion_r492386989 ## File path: python/tvm/tvmscript/__init__.py ## @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific

[GitHub] [incubator-tvm] tkonolige opened a new pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-21 Thread GitBox
tkonolige opened a new pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522 Given the result of the thread https://discuss.tvm.apache.org/t/rfc-rename-hybrid-script/7915/3, new hybrid script (tvm.hybrid.script) is renamed to tvm script. I think I got all

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
masahi commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492379251 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,21 @@ def infer_value_simulated(input_val, params): return output_value

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
kevinthesun commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492373326 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,21 @@ def infer_value_simulated(input_val, params): return

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
masahi commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492333616 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,14 @@ def infer_value_simulated(input_val, params): return output_value

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
kevinthesun commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492234714 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,14 @@ def infer_value_simulated(input_val, params): return

[GitHub] [incubator-tvm] jroesch commented on pull request #6408: [Rust] Relay bindings

2020-09-21 Thread GitBox
jroesch commented on pull request #6408: URL: https://github.com/apache/incubator-tvm/pull/6408#issuecomment-696293396 @gussmith23 are you using an old version of LLVM? This is an automated message from the Apache Git

[GitHub] [incubator-tvm] merrymercy opened a new pull request #6521: [AutoScheduler] Improve hyperlinks in the tutorial

2020-09-21 Thread GitBox
merrymercy opened a new pull request #6521: URL: https://github.com/apache/incubator-tvm/pull/6521 Improve the hyperlinks in the tutorial, so the API in the code can be linked to its doc on the website. This is an automated

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #6504: [Torch] Clean up usage of try ... infer_value() ... except

2020-09-21 Thread GitBox
kevinthesun commented on a change in pull request #6504: URL: https://github.com/apache/incubator-tvm/pull/6504#discussion_r492234714 ## File path: python/tvm/relay/frontend/common.py ## @@ -563,6 +563,14 @@ def infer_value_simulated(input_val, params): return

[GitHub] [incubator-tvm] giuseros commented on pull request #6506: [BYOC][ACL] Add maximum support for float32

2020-09-21 Thread GitBox
giuseros commented on pull request #6506: URL: https://github.com/apache/incubator-tvm/pull/6506#issuecomment-696253667 Hi @comaniac , @lhutton1 , I will have them addressed by tomorrow. Thanks, Giuseppe This

[GitHub] [incubator-tvm] hypercubestart commented on a change in pull request #5812: Bring Your Own Datatypes

2020-09-21 Thread GitBox
hypercubestart commented on a change in pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r492204002 ## File path: 3rdparty/posit/posit-wrapper.cc ## @@ -0,0 +1,236 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] hypercubestart commented on a change in pull request #5812: Bring Your Own Datatypes

2020-09-21 Thread GitBox
hypercubestart commented on a change in pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r492203800 ## File path: 3rdparty/byodt/myfloat.cc ## @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] comaniac commented on pull request #6506: [BYOC][ACL] Add maximum support for float32

2020-09-21 Thread GitBox
comaniac commented on pull request #6506: URL: https://github.com/apache/incubator-tvm/pull/6506#issuecomment-696234458 @giuseros please address the comments from @lhutton1 and we can merge this PR. This is an automated

[GitHub] [incubator-tvm] rkimball commented on a change in pull request #6515: Generalize the use of booleans to support all cmake boolean values.

2020-09-21 Thread GitBox
rkimball commented on a change in pull request #6515: URL: https://github.com/apache/incubator-tvm/pull/6515#discussion_r492172680 ## File path: cmake/util/FindCUDA.cmake ## @@ -37,7 +37,7 @@ # macro(find_cuda use_cuda) set(__use_cuda ${use_cuda}) - if(__use_cuda

[incubator-tvm] branch master updated (8de10e3 -> 83f0c9d)

2020-09-21 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 8de10e3 QnnBinaryLayout bugfix + unit test (#6513) add 83f0c9d [LINT] Use fmt off to disable

[GitHub] [incubator-tvm] tqchen merged pull request #6519: [LINT] Use fmt off to disable problematic black fmt

2020-09-21 Thread GitBox
tqchen merged pull request #6519: URL: https://github.com/apache/incubator-tvm/pull/6519 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] rkimball commented on a change in pull request #6514: [DOCS] Change some tutorial text

2020-09-21 Thread GitBox
rkimball commented on a change in pull request #6514: URL: https://github.com/apache/incubator-tvm/pull/6514#discussion_r492068252 ## File path: docs/install/from_source.rst ## @@ -205,7 +205,7 @@ like ``virtualenv``. .. code:: bash - pip3 install --user numpy

[GitHub] [incubator-tvm] FrozenGene closed issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
FrozenGene closed issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520 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] FrozenGene commented on issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
FrozenGene commented on issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520#issuecomment-696017067 Please consider opening new thread in https://discuss.tvm.apache.org/, we use this forum to solve this kind of question. Your question should be related with the target and

[incubator-tvm] branch master updated (b4f8b28 -> 8de10e3)

2020-09-21 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from b4f8b28 [CI] Cancel previous build if new commit has been pushed to a PR (#6518) add 8de10e3

[GitHub] [incubator-tvm] anijain2305 merged pull request #6513: bugfix in BinaryBroadcastLayout + unit test

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

[GitHub] [incubator-tvm] jroesch commented on a change in pull request #6519: [LINT] Use fmt off to disable problematic black fmt

2020-09-21 Thread GitBox
jroesch commented on a change in pull request #6519: URL: https://github.com/apache/incubator-tvm/pull/6519#discussion_r491879208 ## File path: python/tvm/topi/testing/pool3d_python.py ## @@ -20,12 +20,20 @@ import numpy as np import tvm -def pool3d_ncdhw_python(np_data,

[GitHub] [incubator-tvm] jroesch commented on pull request #6518: [CI] Cancel previous build if a new commit is pushed to a PR

2020-09-21 Thread GitBox
jroesch commented on pull request #6518: URL: https://github.com/apache/incubator-tvm/pull/6518#issuecomment-695983642  This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] ljs19981117 opened a new issue #6520: Question:Errors when ran the tutorials of raspberry pi

2020-09-21 Thread GitBox
ljs19981117 opened a new issue #6520: URL: https://github.com/apache/incubator-tvm/issues/6520 When I ran the raspberry pi tutorial(https://tvm.apache.org/docs/tutorials/frontend/deploy_model_on_rasp.html).I got the errors below.I am new to AI,and I really don't know how to fix it.Please