[GitHub] [incubator-tvm] abergeron opened a new issue #5704: tests/python/integration/test_ewise.py::test_add fail on macOS with Metal

2020-05-30 Thread GitBox
abergeron opened a new issue #5704: URL: https://github.com/apache/incubator-tvm/issues/5704 To reproduce, build on macOS X with metal enabled (I use min-version=10.11, if that makes a difference), install the python modules and run the test with pytest. The error seems to complain

[GitHub] [incubator-tvm-vta] liangfu commented on pull request #8: [Hardware][Xilinx] explicitly specify acc dep distance to avoid hidden pitfall

2020-05-30 Thread GitBox
liangfu commented on pull request #8: URL: https://github.com/apache/incubator-tvm-vta/pull/8#issuecomment-636420830 I would agree with > derive the value from the VTA target (i.e. FPGA type) in pkg_config , and avoid requiring a user to specify the `ACC_DEP_DISTANCE`

[GitHub] [incubator-tvm] comaniac opened a new pull request #5703: [PatternLang] Simplify Pattern API Implementations

2020-05-30 Thread GitBox
comaniac opened a new pull request #5703: URL: https://github.com/apache/incubator-tvm/pull/5703 For each pattern node, we defined `XXPattern` Python class for the FFI connection. We also define a user-friendly API such as `is_op` to have better user experience. Since `is_XX` APIs are

[GitHub] [incubator-tvm] kevinthesun commented on pull request #5684: [AutoTVM][TOPI] Fix bifrost spatial packing conv2d auto tune

2020-05-30 Thread GitBox
kevinthesun commented on pull request #5684: URL: https://github.com/apache/incubator-tvm/pull/5684#issuecomment-636407068 Also can you fix winograd kernel replacement? This is an automated message from the Apache Git

[GitHub] [incubator-tvm] kevinthesun commented on a change in pull request #5684: [AutoTVM][TOPI] Fix bifrost spatial packing conv2d auto tune

2020-05-30 Thread GitBox
kevinthesun commented on a change in pull request #5684: URL: https://github.com/apache/incubator-tvm/pull/5684#discussion_r432900758 ## File path: topi/python/topi/arm_cpu/conv2d_spatial_pack.py ## @@ -267,9 +270,13 @@ def conv2d_spatial_pack_nhwc(cfg, data, kernel, strides,

[incubator-tvm] branch master updated (c55ed37 -> 55aefc2)

2020-05-30 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from c55ed37 [REFACTOR][RELAY] Replace build_config with PassContext (#5698) add 55aefc2

[GitHub] [incubator-tvm] masahi merged pull request #5702: [PYTORCH]floor_divide support for squeezenet

2020-05-30 Thread GitBox
masahi merged pull request #5702: URL: https://github.com/apache/incubator-tvm/pull/5702 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] yongwww commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-30 Thread GitBox
yongwww commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432886819 ## File path: python/tvm/relay/op/_transform.py ## @@ -99,8 +99,80 @@ def _arange_shape_func(start, stop, step):

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice

2020-05-30 Thread GitBox
yongwww commented on a change in pull request #4312: URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r432886691 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -614,6 +614,52 @@ def _impl(inputs, attr, params, mod): return out return

[GitHub] [incubator-tvm] majiang31312 commented on issue #5686: [vulkan] Assertion in tir/transforms/lower_thread_allreduce.cc", line 157 TVMError: Check failed: v:

2020-05-30 Thread GitBox
majiang31312 commented on issue #5686: URL: https://github.com/apache/incubator-tvm/issues/5686#issuecomment-636342592 I'm new to TVM, but I will have a try :) Thanks! @tqchen This is an automated message from the

[GitHub] [incubator-tvm] siju-samuel opened a new pull request #5702: [PYTORCH]floor_divide support for squeezenet

2020-05-30 Thread GitBox
siju-samuel opened a new pull request #5702: URL: https://github.com/apache/incubator-tvm/pull/5702 `aten::floor_divide` support. https://github.com/apache/incubator-tvm/issues/5133#issuecomment-636330705 Testcase, im not able to simulate floor_divide. @masahi Please help to

[GitHub] [incubator-tvm] power0341 commented on issue #5133: [Torch] A list of missing op conversion in need of help

2020-05-30 Thread GitBox
power0341 commented on issue #5133: URL: https://github.com/apache/incubator-tvm/issues/5133#issuecomment-636336567 @siju-samuel thanks a lot, it works, good job This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] siju-samuel commented on issue #5133: [Torch] A list of missing op conversion in need of help

2020-05-30 Thread GitBox
siju-samuel commented on issue #5133: URL: https://github.com/apache/incubator-tvm/issues/5133#issuecomment-636334501 @power0341 Please apply the below patch and let me know. ``` diff --git a/python/tvm/relay/frontend/pytorch.py b/python/tvm/relay/frontend/pytorch.py

[GitHub] [incubator-tvm] power0341 commented on issue #5133: [Torch] A list of missing op conversion in need of help

2020-05-30 Thread GitBox
power0341 commented on issue #5133: URL: https://github.com/apache/incubator-tvm/issues/5133#issuecomment-636330705 > NotImplementedError: The following operators are not implemented: ['aten::floor_divide'] can we have this guy 'aten::floor_divide' as well? it's required by

[GitHub] [incubator-tvm] srkreddy1238 commented on a change in pull request #5695: fix small bug about dense_grad

2020-05-30 Thread GitBox
srkreddy1238 commented on a change in pull request #5695: URL: https://github.com/apache/incubator-tvm/pull/5695#discussion_r432831890 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -472,8 +472,8 @@ def bias_add_grad(orig, grad): def dense_grad(orig, grad):

[GitHub] [incubator-tvm] handar423 commented on a change in pull request #5695: fix small bug about dense_grad

2020-05-30 Thread GitBox
handar423 commented on a change in pull request #5695: URL: https://github.com/apache/incubator-tvm/pull/5695#discussion_r432826485 ## File path: python/tvm/relay/op/_tensor_grad.py ## @@ -472,8 +472,8 @@ def bias_add_grad(orig, grad): def dense_grad(orig, grad):

[GitHub] [incubator-tvm] FrozenGene commented on issue #5215: [AutoTVM] AutoTVM incorrect measurement

2020-05-30 Thread GitBox
FrozenGene commented on issue #5215: URL: https://github.com/apache/incubator-tvm/issues/5215#issuecomment-636300190 > @FrozenGene In #5200 we discussed another source of autotvm inaccurate measurement due to empty input tensor. Do we have a timeline to fix that? @kevinthesun FYI.

[incubator-tvm] branch rust-tvm created (now a44a379)

2020-05-30 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch rust-tvm in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at a44a379 Refactor anyhow out of the rt layer This branch includes the following new commits: new

[incubator-tvm] 01/02: Add tvm crate

2020-05-30 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch rust-tvm in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit 4cf2dbcf9b058e4d10f332a3fe0385d9387929fc Author: Jared Roesch AuthorDate: Thu May 28 02:08:14 2020 -0700

[incubator-tvm] 02/02: Refactor anyhow out of the rt layer

2020-05-30 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch rust-tvm in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit a44a379bb3b3f4fab505dce3520eeb97f230ac23 Author: Jared Roesch AuthorDate: Sat May 30 01:07:46 2020 -0700

[GitHub] [incubator-tvm] FrozenGene commented on issue #5038: [RFC] Module based Model Runtime Interface

2020-05-30 Thread GitBox
FrozenGene commented on issue #5038: URL: https://github.com/apache/incubator-tvm/issues/5038#issuecomment-636294461 > @FrozenGene can we follow up on this? Hi, @tqchen I will start to work on it from next Monday! Sorry for working on it lately because of other things.

[GitHub] [incubator-tvm] cchung100m commented on a change in pull request #5684: [AutoTVM][TOPI] Fix bifrost spatial packing conv2d auto tune

2020-05-30 Thread GitBox
cchung100m commented on a change in pull request #5684: URL: https://github.com/apache/incubator-tvm/pull/5684#discussion_r432817217 ## File path: topi/python/topi/bifrost/conv2d.py ## @@ -142,13 +142,14 @@ def _schedule_spatial_pack(cfg, s, output, conv, data_vec,