[GitHub] [incubator-tvm] joyalbin commented on issue #6857: Not able to compile TVM with Arm Compute library

2020-11-05 Thread GitBox
joyalbin commented on issue #6857: URL: https://github.com/apache/incubator-tvm/issues/6857#issuecomment-722237023 @lhutton1 Could you please help me on this? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] leandron commented on pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
leandron commented on pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#issuecomment-722242281 > @leandron please take a look when you have a minute and explicitly approve if you're good w/ this change I'm happy with the current version. Would like also to

[GitHub] [incubator-tvm] manupa-arm commented on a change in pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
manupa-arm commented on a change in pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#discussion_r517903713 ## File path: apps/microtvm/reference-vm/zephyr/pyproject.toml ## @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] joyalbin opened a new issue #6857: Not able to compile TVM with Arm Compute library

2020-11-05 Thread GitBox
joyalbin opened a new issue #6857: URL: https://github.com/apache/incubator-tvm/issues/6857 Hi, Followed the below tutorial to build TVM with ARM Compute library.

[GitHub] [incubator-tvm] manupa-arm commented on a change in pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
manupa-arm commented on a change in pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#discussion_r517903713 ## File path: apps/microtvm/reference-vm/zephyr/pyproject.toml ## @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] euntaik commented on pull request #6831: [TVMC] add cl support in tvmc runner

2020-11-05 Thread GitBox
euntaik commented on pull request #6831: URL: https://github.com/apache/incubator-tvm/pull/6831#issuecomment-722280202 created a new PR for changes in compiler.py https://github.com/apache/incubator-tvm/pull/6855 This is

[GitHub] [incubator-tvm] giuseros commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
giuseros commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r517953448 ## File path: python/tvm/relay/op/transform.py ## @@ -308,7 +308,7 @@ def scatter_add(data, indices, updates, axis): return

[GitHub] [incubator-tvm] cbalint13 commented on pull request #6714: More flexible conv2d_NCHWc_int8 generic operator.

2020-11-05 Thread GitBox
cbalint13 commented on pull request #6714: URL: https://github.com/apache/incubator-tvm/pull/6714#issuecomment-722273265 > Thanks for the explanation and for the pointers @cbalint13 ! This LGTM @giuseros , Could please also set "Approve" flag in the review section ? I am

[GitHub] [incubator-tvm] alter-xp commented on a change in pull request #6818: TF frontend: add rint op

2020-11-05 Thread GitBox
alter-xp commented on a change in pull request #6818: URL: https://github.com/apache/incubator-tvm/pull/6818#discussion_r518041636 ## File path: tests/python/frontend/tensorflow/test_forward.py ## @@ -3520,6 +3520,23 @@ def _test_forward_softsign(shape):

[GitHub] [incubator-tvm] alter-xp commented on a change in pull request #6818: TF frontend: add rint op

2020-11-05 Thread GitBox
alter-xp commented on a change in pull request #6818: URL: https://github.com/apache/incubator-tvm/pull/6818#discussion_r518041993 ## File path: tests/python/frontend/tensorflow/test_forward.py ## @@ -3520,6 +3520,23 @@ def _test_forward_softsign(shape):

[GitHub] [incubator-tvm] alter-xp commented on a change in pull request #6818: TF frontend: add rint op

2020-11-05 Thread GitBox
alter-xp commented on a change in pull request #6818: URL: https://github.com/apache/incubator-tvm/pull/6818#discussion_r518041636 ## File path: tests/python/frontend/tensorflow/test_forward.py ## @@ -3520,6 +3520,23 @@ def _test_forward_softsign(shape):

[GitHub] [incubator-tvm] cbalint13 commented on pull request #6714: More flexible conv2d_NCHWc_int8 generic operator.

2020-11-05 Thread GitBox
cbalint13 commented on pull request #6714: URL: https://github.com/apache/incubator-tvm/pull/6714#issuecomment-722353622 > I didn't know I had the possibility to approve PRs without being a "reviewer". Apparently yes :) * Uhhm, sorry for that, didn't know.

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518070818 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -227,9 +229,10 @@ def _func_wrapper(attrs, args): return _func_wrapper

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518071065 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -248,6 +251,7 @@ def conv2d(attrs, args): return True +# conv2d does

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518072473 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -289,24 +293,57 @@ def qnn_dense(attrs, args): return False if

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518083188 ## File path: tests/python/contrib/test_arm_compute_lib/test_network.py ## @@ -151,7 +152,34 @@ def get_model(): ) +# Test disabled as

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518083808 ## File path: tests/python/contrib/test_arm_compute_lib/test_network.py ## @@ -151,7 +152,34 @@ def get_model(): ) +# Test disabled as

[GitHub] [incubator-tvm] areusch commented on a change in pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
areusch commented on a change in pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#discussion_r518159388 ## File path: apps/microtvm/reference-vm/zephyr/pyproject.toml ## @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518232783 ## File path: tests/python/contrib/test_arm_compute_lib/test_dense.py ## @@ -20,8 +20,8 @@ import tvm from tvm import relay - -from

[GitHub] [incubator-tvm] areusch commented on pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
areusch commented on pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#issuecomment-722466586 @manupa-arm i'm not sure which requirement.txt you're referring to--we have not yet created any requirements.txt in spirit of the RFC. i'd prefer to just merge this

[GitHub] [incubator-tvm] electriclilies commented on a change in pull request #6849: [QNN] Dynamic scale, zero point in qnn.op.dequantize

2020-11-05 Thread GitBox
electriclilies commented on a change in pull request #6849: URL: https://github.com/apache/incubator-tvm/pull/6849#discussion_r518186040 ## File path: tests/python/frontend/pytorch/qnn_test.py ## @@ -29,6 +29,9 @@ import tvm import tvm.testing from tvm import relay +from

[GitHub] [incubator-tvm] tqchen merged pull request #6850: [FIX] Add task_ci_python_setup.sh to the arm CI

2020-11-05 Thread GitBox
tqchen merged pull request #6850: URL: https://github.com/apache/incubator-tvm/pull/6850 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 (3ff0100 -> 8013a23)

2020-11-05 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 3ff0100 [CI] Add more guidelines about local setup (#6848) add 8013a23 [FIX] Add task_ci_python_setup.sh

[GitHub] [incubator-tvm] tqchen merged pull request #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
tqchen merged pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703 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 #6703: [µTVM] Add virtual machine, test zephyr runtime on real hardware

2020-11-05 Thread GitBox
tqchen commented on pull request #6703: URL: https://github.com/apache/incubator-tvm/pull/6703#issuecomment-722478387 Thanks @areusch @u99127 @leandron @manupa-arm ! This is an automated message from the Apache Git Service.

[incubator-tvm] branch main updated (c475dff -> 7291a92)

2020-11-05 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 c475dff Update SimplifyInference documentation (#6853) add 7291a92 [µTVM] Add virtual machine, test

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518182386 ## File path: tests/python/contrib/test_arm_compute_lib/test_dense.py ## @@ -323,7 +357,7 @@ def test_codegen_qnn_dense():

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518228552 ## File path: tests/python/contrib/test_arm_compute_lib/test_pooling.py ## @@ -175,7 +181,8 @@ def test_pooling(): ["nn.avg_pool2d",

[GitHub] [incubator-tvm] altanh commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
altanh commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r518260340 ## File path: src/relay/op/make_op.h ## @@ -62,6 +62,9 @@ Expr MakeRepeat(Expr data, int repeats, int axis); Expr MakeReshape(Expr data, Array

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518320817 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -305,14 +307,41 @@ def max_pool2d(expr): typ = args[0].checked_type

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518234666 ## File path: include/tvm/relay/op_attr_types.h ## @@ -185,6 +185,20 @@ using FTVMLegalize = runtime::TypedPackedFunc& args)>; +/*! + * \brief

[GitHub] [incubator-tvm] tkonolige commented on pull request #6854: [RELAY,TOPI] Add scatter_nd op

2020-11-05 Thread GitBox
tkonolige commented on pull request #6854: URL: https://github.com/apache/incubator-tvm/pull/6854#issuecomment-722540224 @antinucleon @altanh In this implementation, repeated indices are summed instead of having non-deterministic behavior. I put this on the docs for `tvm.topi.scatter`,

[GitHub] [incubator-tvm] altanh commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
altanh commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r518257417 ## File path: src/relay/op/make_op.h ## @@ -62,6 +62,9 @@ Expr MakeRepeat(Expr data, int repeats, int axis); Expr MakeReshape(Expr data, Array

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6831: [TVMC] add cl support in tvmc runner

2020-11-05 Thread GitBox
leandron commented on a change in pull request #6831: URL: https://github.com/apache/incubator-tvm/pull/6831#discussion_r518256261 ## File path: tests/python/driver/tvmc/conftest.py ## @@ -70,6 +89,19 @@ def tflite_mobilenet_v1_1_quant(tmpdir_factory): return model_file

[GitHub] [incubator-tvm] leandron commented on pull request #6831: [TVMC] add cl support in tvmc runner

2020-11-05 Thread GitBox
leandron commented on pull request #6831: URL: https://github.com/apache/incubator-tvm/pull/6831#issuecomment-722542931 > @leandron I realized this issue also applies to some existing tests. Could we review the TVMC unit tests again later and make them more precise and concise? If we

[GitHub] [incubator-tvm] comaniac commented on pull request #6831: [TVMC] add cl support in tvmc runner

2020-11-05 Thread GitBox
comaniac commented on pull request #6831: URL: https://github.com/apache/incubator-tvm/pull/6831#issuecomment-722560999 > I agree we don't need to run _all_ tests as end-to-end, and I can remove some overlap, by creating some mocks and checking that calls are made to the internal APIs

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
comaniac commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518307901 ## File path: tests/python/contrib/test_arm_compute_lib/test_pooling.py ## @@ -166,7 +167,12 @@ def test_pooling(): fp32_dtype = ("float32",

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

2020-11-05 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 70d1590 Update index.html

[GitHub] [incubator-tvm] zhiics commented on pull request #6853: Update SimplifyInference documentation

2020-11-05 Thread GitBox
zhiics commented on pull request #6853: URL: https://github.com/apache/incubator-tvm/pull/6853#issuecomment-722461007 Thanks @gussmith23 @comaniac This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] zhiics closed issue #6852: [Relay][Bug] nn.batch_norm not being simplified by SimplifyInference

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

[incubator-tvm] branch main updated (8013a23 -> c475dff)

2020-11-05 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 8013a23 [FIX] Add task_ci_python_setup.sh to the arm CI (#6850) add c475dff Update SimplifyInference

[GitHub] [incubator-tvm] zhiics merged pull request #6853: Update SimplifyInference documentation

2020-11-05 Thread GitBox
zhiics merged pull request #6853: URL: https://github.com/apache/incubator-tvm/pull/6853 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] electriclilies commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
electriclilies commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r518231059 ## File path: src/relay/op/tensor/transform.cc ## @@ -641,11 +642,45 @@ bool ReshapeRel(const Array& types, int num_inputs, const Attrs&

[GitHub] [incubator-tvm] altanh commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
altanh commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r518445194 ## File path: python/tvm/relay/op/transform.py ## @@ -308,28 +308,45 @@ def scatter_add(data, indices, updates, axis): return

[GitHub] [incubator-tvm] tqchen merged pull request #6797: [TVMSCRIPT] Using diagnostics for TVM Script

2020-11-05 Thread GitBox
tqchen merged pull request #6797: URL: https://github.com/apache/incubator-tvm/pull/6797 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 (b31f4ae -> d164aac)

2020-11-05 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 b31f4ae [QNN] Dynamic scale, zero point in qnn.op.dequantize (#6849) add d164aac [TVMSCRIPT] Using

[GitHub] [incubator-tvm] tqchen commented on pull request #6797: [TVMSCRIPT] Using diagnostics for TVM Script

2020-11-05 Thread GitBox
tqchen commented on pull request #6797: URL: https://github.com/apache/incubator-tvm/pull/6797#issuecomment-722723667 Thansk @tkonolige @leandron @u99127 @jroesch @junrushao1994 @spectrometerHBH ! This is an automated

[GitHub] [incubator-tvm] jwfromm commented on pull request #6730: [Relay][Frontend][Onnx] If Operator Support

2020-11-05 Thread GitBox
jwfromm commented on pull request #6730: URL: https://github.com/apache/incubator-tvm/pull/6730#issuecomment-722698486 @masahi, I ended up removing onnxruntime from the if test for now. Since the correct result in this case is very clear, there's not much need to generate with

[GitHub] [incubator-tvm] masahi commented on pull request #6730: [Relay][Frontend][Onnx] If Operator Support

2020-11-05 Thread GitBox
masahi commented on pull request #6730: URL: https://github.com/apache/incubator-tvm/pull/6730#issuecomment-722721307 thanks @jwfromm @mbrookhart @tmoreau89 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] masahi merged pull request #6730: [Relay][Frontend][Onnx] If Operator Support

2020-11-05 Thread GitBox
masahi merged pull request #6730: URL: https://github.com/apache/incubator-tvm/pull/6730 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 (7ee91da -> 9ea4bf5)

2020-11-05 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/incubator-tvm.git. from 7ee91da [TOPI] Enable scatter_add on GPU (#6856) add 9ea4bf5 [Relay][Frontend][Onnx] If Operator

[incubator-tvm] 23/23: Post-rebase

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit c9339267bf7ae641a7f9c3678c84cf1ff600959e Author: Jared Roesch AuthorDate: Sat Oct 31 15:39:05 2020 -0700

[incubator-tvm] 13/23: Remove type checker

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 0cabfdcee309b12d8907fc3abe2ba8e8718ecac6 Author: Jared Roesch AuthorDate: Fri Oct 16 15:56:10 2020 -0700

[incubator-tvm] 06/23: Update CMake and delete old API

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit db245535a4ea5b8bed3c26a94825d2fcc9b5 Author: Jared Roesch AuthorDate: Thu Oct 15 01:03:03 2020 -0700

[incubator-tvm] 09/23: Improve Rust bindings

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 4cd1bbc79a71873676927c22528f5911e3f4072d Author: Jared Roesch AuthorDate: Thu Oct 15 20:24:43 2020 -0700

[incubator-tvm] 14/23: Format and cleanup

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 04a9779359380ae383405f5f72a66e79631ee2d5 Author: Jared Roesch AuthorDate: Fri Oct 16 16:31:37 2020 -0700

[incubator-tvm] 01/23: Add initial boilerplate for Rust diagnostic interface.

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 1097cbf8a23708b7408dfbab7c419e363af57728 Author: Jared Roesch AuthorDate: Fri Oct 9 01:18:15 2020 -0700

[incubator-tvm] branch cargo-build created (now c933926)

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at c933926 Post-rebase This branch includes the following new commits: new 1097cbf Add initial

[incubator-tvm] 21/23: Debug segfault

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 478326c8d7c2ccce10b77aa28e4b22bafbfdf877 Author: Jared Roesch AuthorDate: Sun Oct 25 17:26:47 2020 -0700

[incubator-tvm] 15/23: Fix the extension code

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 68283745b9c283db611579205a3b925eb09e9faa Author: Jared Roesch AuthorDate: Fri Oct 16 16:32:13 2020 -0700

[GitHub] [incubator-tvm] tkonolige commented on pull request #6854: [RELAY,TOPI] Add scatter_nd op

2020-11-05 Thread GitBox
tkonolige commented on pull request #6854: URL: https://github.com/apache/incubator-tvm/pull/6854#issuecomment-722665085 @mbrookhart I'd like to work on the cuda implementation separately. I think there is a bit of work to do there.

[GitHub] [incubator-tvm] masahi commented on pull request #6849: [QNN] Dynamic scale, zero point in qnn.op.dequantize

2020-11-05 Thread GitBox
masahi commented on pull request #6849: URL: https://github.com/apache/incubator-tvm/pull/6849#issuecomment-722722111 thanks @electriclilies This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] masahi merged pull request #6849: [QNN] Dynamic scale, zero point in qnn.op.dequantize

2020-11-05 Thread GitBox
masahi merged pull request #6849: URL: https://github.com/apache/incubator-tvm/pull/6849 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 (9ea4bf5 -> b31f4ae)

2020-11-05 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/incubator-tvm.git. from 9ea4bf5 [Relay][Frontend][Onnx] If Operator Support (#6730) add b31f4ae [QNN] Dynamic scale, zero point

[GitHub] [incubator-tvm] tkonolige opened a new pull request #6858: [FIX,RPC] Skip RPC tests when using multiprocessing's spawn method

2020-11-05 Thread GitBox
tkonolige opened a new pull request #6858: URL: https://github.com/apache/incubator-tvm/pull/6858 The rpc tests are broken when running under pytest with multiprocessing using spawn. I suspect this is because pytest tests each function in a separate process and does not import the full

[GitHub] [incubator-tvm] junrushao1994 opened a new pull request #6859: [Bugfix][Module] Fix recursive GetFunction in runtime::Module

2020-11-05 Thread GitBox
junrushao1994 opened a new pull request #6859: URL: https://github.com/apache/incubator-tvm/pull/6859 This PR fixes a bug that affects the behavior of `ModuleNode::GetFunction` when `query_import=True` CC: @jwfromm @tqchen @icemelon9

[incubator-tvm] 02/23: Codespan example almost working

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 77ba30993a7883c142b05e511e8a5a7a91116b2f Author: Jared Roesch AuthorDate: Fri Oct 9 23:59:51 2020 -0700

[incubator-tvm] 05/23: Borrow code from Egg

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit b2b59c229e9b8c2002d8c8cd520748df6b38e074 Author: Jared Roesch AuthorDate: Tue Oct 13 15:26:54 2020 -0700

[incubator-tvm] 03/23: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit cb3785680cb343eb295ea8e0585c87ca42db4323 Author: Jared Roesch AuthorDate: Tue Oct 13 11:04:37 2020 -0700

[incubator-tvm] 04/23: Hacking on Rust inside of TVM

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 131e40afeb4bd89f0b378e0e7d8ad440d017d33a Author: Jared Roesch AuthorDate: Tue Oct 13 15:25:56 2020 -0700

[incubator-tvm] 12/23: Rust Diagnostics work

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 6e1346748e08255f220c3e6cf72c59a8a3f6ef29 Author: Jared Roesch AuthorDate: Fri Oct 16 14:17:01 2020 -0700

[incubator-tvm] 17/23: Fix some CR

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 8e295b79c2e693d7190751532824b463dc9373e5 Author: Jared Roesch AuthorDate: Mon Oct 19 19:52:20 2020 -0700

[incubator-tvm] 22/23: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit e8bb83d33e7ad44ff16c72d9de61c2de722d12a8 Author: Jared Roesch AuthorDate: Thu Oct 29 15:31:05 2020 -0700

[incubator-tvm] 16/23: More cleanup

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 187435099c4d80be2c200791e7853f8518f421e1 Author: Jared Roesch AuthorDate: Fri Oct 16 16:45:12 2020 -0700

[incubator-tvm] 18/23: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 49246bff342eb59757cecc34a9a9465a2e3c063d Author: Jared Roesch AuthorDate: Wed Oct 21 14:09:37 2020 -0700

[incubator-tvm] 19/23: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit a9ee3cb34c020a4debe75fc9a194303f22d00892 Author: Jared Roesch AuthorDate: Thu Oct 22 11:48:34 2020 -0700

[incubator-tvm] 08/23: Clean up exporting to show off new diagnostics

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 20c6a28606c053fbf9adf1c36c85fd608e63e024 Author: Jared Roesch AuthorDate: Thu Oct 15 17:03:00 2020 -0700

[incubator-tvm] 10/23: Fix calling

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit eeb86c63d693288f8d406aed6b1b0df6d28e4b07 Author: Jared Roesch AuthorDate: Thu Oct 15 21:37:34 2020 -0700

[incubator-tvm] 20/23: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit b8dcc35801e7f0f3c696e0d030b3bd0931127785 Author: Jared Roesch AuthorDate: Thu Oct 22 22:18:58 2020 -0700

[incubator-tvm] 11/23: Fix

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 4261461974f2fb548d6b48e19fab07d34dd03a51 Author: Jared Roesch AuthorDate: Fri Oct 16 02:11:53 2020 -0700

[incubator-tvm] 07/23: Fix Linux build

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit e0f980142c3c0ab795de316943079a651743d8d7 Author: Jared Roesch AuthorDate: Thu Oct 15 01:42:14 2020 -0700

[GitHub] [incubator-tvm] tkonolige commented on pull request #6797: [TVMSCRIPT] Using diagnostics for TVM Script

2020-11-05 Thread GitBox
tkonolige commented on pull request #6797: URL: https://github.com/apache/incubator-tvm/pull/6797#issuecomment-722699139 @leandron Does this PR look good to you now? Or are there any other changes you would like? This is an

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6851: [RELAY][OP] Support MXNet-style attributes for reshape_like

2020-11-05 Thread GitBox
tkonolige commented on a change in pull request #6851: URL: https://github.com/apache/incubator-tvm/pull/6851#discussion_r518431122 ## File path: python/tvm/relay/op/transform.py ## @@ -308,28 +308,45 @@ def scatter_add(data, indices, updates, axis): return

[GitHub] [incubator-tvm] junrushao1994 commented on pull request #6860: [TIR] Add spans to all ExprNodes

2020-11-05 Thread GitBox
junrushao1994 commented on pull request #6860: URL: https://github.com/apache/incubator-tvm/pull/6860#issuecomment-722773439 CC: @spectrometerHBH This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] joyalbin edited a comment on issue #6857: Not able to compile TVM with Arm Compute library

2020-11-05 Thread GitBox
joyalbin edited a comment on issue #6857: URL: https://github.com/apache/incubator-tvm/issues/6857#issuecomment-722774459 Hi All, While building TVM with flags USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME and USE_ARM_COMPUTE_LIB set to ON, am getting below error:

[GitHub] [incubator-tvm] siju-samuel opened a new pull request #6861: Update path in arm_compute_lib.rst

2020-11-05 Thread GitBox
siju-samuel opened a new pull request #6861: URL: https://github.com/apache/incubator-tvm/pull/6861 Updated correct [path](https://github.com/apache/incubator-tvm/blob/main/docker/install/ubuntu_install_arm_compute_lib.sh) in readme @lhutton1 Please help to review and merge.

[incubator-tvm] branch cargo-build updated: Fix

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/cargo-build by this push: new 83ad4d4 Fix 83ad4d4 is

[GitHub] [incubator-tvm] tkonolige opened a new pull request #6860: [TIR] Add spans to all ExprNodes

2020-11-05 Thread GitBox
tkonolige opened a new pull request #6860: URL: https://github.com/apache/incubator-tvm/pull/6860 Add optional spanning information to BaseExprNode. This PR does not fill in this spanning information. @jroesch @junrushao1994

[GitHub] [incubator-tvm] comaniac merged pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
comaniac merged pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724 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 (d164aac -> 0469a77)

2020-11-05 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from d164aac [TVMSCRIPT] Using diagnostics for TVM Script (#6797) add 0469a77 [BYOC] [ACL] ACL Runtime

[GitHub] [incubator-tvm] comaniac commented on pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
comaniac commented on pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#issuecomment-722760931 Thanks @d-smirnov @lhutton1 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] joyalbin commented on issue #6857: Not able to compile TVM with Arm Compute library

2020-11-05 Thread GitBox
joyalbin commented on issue #6857: URL: https://github.com/apache/incubator-tvm/issues/6857#issuecomment-722774459 Hi All, While building TVM with flags USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME and USE_ARM_COMPUTE_LIB set to ON, am getting below error:

[incubator-tvm] branch siju-samuel-patch-1 created (now 6f1dcc1)

2020-11-05 Thread sijusamuel
This is an automated email from the ASF dual-hosted git repository. sijusamuel pushed a change to branch siju-samuel-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at 6f1dcc1 Update arm_compute_lib.rst This branch includes the following new commits:

[incubator-tvm] 01/01: Update arm_compute_lib.rst

2020-11-05 Thread sijusamuel
This is an automated email from the ASF dual-hosted git repository. sijusamuel pushed a commit to branch siju-samuel-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 6f1dcc1753ef0b01cdfe75c6fc5f3b81c2a9a951 Author: Siju Samuel AuthorDate: Fri Nov 6 08:16:19

[incubator-tvm] 01/02: Debug segfault from loading Python

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 35d49bf279a07aaa92e255bb5d48ae485bda3cdf Author: Jared Roesch AuthorDate: Sun Oct 25 17:26:47 2020 -0700

[incubator-tvm] branch cargo-build updated (f10ab21 -> 1604de7)

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. discard f10ab21 Debug segfault from loading Python discard b8dcc35 WIP discard a9ee3cb WIP discard

[incubator-tvm] 01/21: Add initial boilerplate for Rust diagnostic interface.

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 1097cbf8a23708b7408dfbab7c419e363af57728 Author: Jared Roesch AuthorDate: Fri Oct 9 01:18:15 2020 -0700

[incubator-tvm] 21/21: Debug segfault from loading Python

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit f10ab21e62e7d89c900bf733d6c95eb4026d150a Author: Jared Roesch AuthorDate: Sun Oct 25 17:26:47 2020 -0700

[incubator-tvm] 18/21: WIP

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 49246bff342eb59757cecc34a9a9465a2e3c063d Author: Jared Roesch AuthorDate: Wed Oct 21 14:09:37 2020 -0700

[incubator-tvm] 15/21: Fix the extension code

2020-11-05 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch cargo-build in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 68283745b9c283db611579205a3b925eb09e9faa Author: Jared Roesch AuthorDate: Fri Oct 16 16:32:13 2020 -0700

  1   2   >