[GitHub] [incubator-tvm] minminsun commented on issue #4234: Auto TensorCore CodeGen

2019-11-26 Thread GitBox
minminsun commented on issue #4234: Auto TensorCore CodeGen URL: https://github.com/apache/incubator-tvm/pull/4234#issuecomment-558968712 > > Hi @Laurawly, could you please help to review the updates? Thank you! > > Hi @minminsun, I saw the slides from TVM meetup in Shanghai and you g

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351130221 ## File path: vta/tests/python/integration/test_benchmark_topi_group_conv2d.py ## @@ -0,0 +1,242 @@

[GitHub] [incubator-tvm] MarisaKirisame commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
MarisaKirisame commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558963642 @icemelon9 the program above do not rely on the mutual recursion feature. The closer inside will capture the outsid

[GitHub] [incubator-tvm] liangfu commented on issue #4434: [Release] Add cma as a submodule

2019-11-26 Thread GitBox
liangfu commented on issue #4434: [Release] Add cma as a submodule URL: https://github.com/apache/incubator-tvm/pull/4434#issuecomment-558959859 @tmoreau89 Oh, I think we might need two steps for resolving the conflict (I might be wrong). First, to remove cma directory completely. Second, t

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution

2019-11-26 Thread GitBox
liangfu commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution URL: https://github.com/apache/incubator-tvm/pull/4392#discussion_r351121007 ## File path: vta/hardware/chisel/src/main/scala/core/TensorGemm.scala ## @@ -126,8 +145,7 @@ class Mat

[incubator-tvm] branch master updated (651bdf2 -> 2d0010f)

2019-11-26 Thread moreau
This is an automated email from the ASF dual-hosted git repository. moreau pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 651bdf2 [VTA][HotFix] Relay->VTA quantization fix (#4433) add 2d0010f [ARM CPU] Fix infer shape error o

[GitHub] [incubator-tvm] tmoreau89 merged pull request #4384: [ARM CPU] Fix infer shape error of depthwise

2019-11-26 Thread GitBox
tmoreau89 merged pull request #4384: [ARM CPU] Fix infer shape error of depthwise URL: https://github.com/apache/incubator-tvm/pull/4384 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise URL: https://github.com/apache/incubator-tvm/pull/4384#discussion_r351116220 ## File path: python/tvm/relay/op/nn/_nn.py ## @@ -163,10 +163,17 @@ def compute_conv2d(attrs, i

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4434: [Release] Add cma as a submodule

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4434: [Release] Add cma as a submodule URL: https://github.com/apache/incubator-tvm/pull/4434#issuecomment-558953029 @liangfu there is a CI error related to the new submodule, can you take a look? ---

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351115534 ## File path: vta/scripts/tune_group_conv2d.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Softw

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351115410 ## File path: vta/tests/python/integration/test_benchmark_topi_group_conv2d.py ## @@ -0,0 +1,242 @@

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351115576 ## File path: vta/tests/python/integration/test_benchmark_topi_group_conv2d.py ## @@ -0,0 +1,242 @@

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351115493 ## File path: vta/scripts/tune_group_conv2d.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Softw

[GitHub] [incubator-tvm] jwfromm commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
jwfromm commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#issuecomment-558946057 Looking at this again, I was wondering if there's any reason we can't implement a separate `topi.crop` function then have `topi.crop_and_r

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351098323 ## File path: vta/tests/python/integration/test_benchmark_topi_group_conv2d.py ## @@ -0,0 +1,242 @@ +

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351099602 ## File path: vta/scripts/tune_group_conv2d.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Softwar

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351098420 ## File path: vta/tests/python/integration/test_benchmark_topi_group_conv2d.py ## @@ -0,0 +1,242 @@ +

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
liangfu commented on a change in pull request #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#discussion_r351099340 ## File path: vta/scripts/tune_group_conv2d.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache Softwar

[GitHub] [incubator-tvm] vinx13 commented on issue #4435: [DOC] Documentation on Quantization

2019-11-26 Thread GitBox
vinx13 commented on issue #4435: [DOC] Documentation on Quantization URL: https://github.com/apache/incubator-tvm/issues/4435#issuecomment-558930205 I'm working on cuda quantization tutorial, it will be out soon This is an aut

[GitHub] [incubator-tvm] masahi commented on issue #4418: [RUNTIME] Add cudnn conv3d

2019-11-26 Thread GitBox
masahi commented on issue #4418: [RUNTIME] Add cudnn conv3d URL: https://github.com/apache/incubator-tvm/pull/4418#issuecomment-558928099 @optima2005 can you fix the CI problem? Then I can do the review and merge. This is an a

[GitHub] [incubator-tvm] masahi opened a new issue #4435: [DOC] Documentation on Quantization

2019-11-26 Thread GitBox
masahi opened a new issue #4435: [DOC] Documentation on Quantization URL: https://github.com/apache/incubator-tvm/issues/4435 With v0.6 adding quantization support, I think it is good time to add documentation on our quantization story. There have been many questions on the forum, s

[GitHub] [incubator-tvm] yzhliu commented on issue #4406: [RFC][RELEASE] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
yzhliu commented on issue #4406: [RFC][RELEASE] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558917750 I have made another RC per IPMC's comments and includes the bug fix. https://github.com/apache/in

svn commit: r36955 - in /dev/incubator/tvm/tvm-v0.6.0-rc2: ./ apache-tvm-src-v0.6.0.rc2-incubating.tar.gz apache-tvm-src-v0.6.0.rc2-incubating.tar.gz.asc apache-tvm-src-v0.6.0.rc2-incubating.tar.gz.sh

2019-11-26 Thread liuyizhi
Author: liuyizhi Date: Wed Nov 27 03:56:10 2019 New Revision: 36955 Log: Add v0.6.0-rc2 Added: dev/incubator/tvm/tvm-v0.6.0-rc2/ dev/incubator/tvm/tvm-v0.6.0-rc2/apache-tvm-src-v0.6.0.rc2-incubating.tar.gz (with props) dev/incubator/tvm/tvm-v0.6.0-rc2/apache-tvm-src-v0.6.0.rc2-in

[incubator-tvm] tag v0.6.0.rc2 created (now c6f8c23)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to tag v0.6.0.rc2 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at c6f8c23 (commit) No new revisions were added by this update.

[GitHub] [incubator-tvm] liangfu opened a new pull request #4434: [Release] Add cma as a separate 3rdparty repo

2019-11-26 Thread GitBox
liangfu opened a new pull request #4434: [Release] Add cma as a separate 3rdparty repo URL: https://github.com/apache/incubator-tvm/pull/4434 Following #4431, this PR removes cma module completely and adds it as a separate 3rdparty repo. ---

[incubator-tvm] branch v0.6 updated: [VTA][HotFix] Relay->VTA quantization fix (#4433)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch v0.6 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/v0.6 by this push: new c6f8c23 [VTA][HotFix] Relay->VTA quantizat

[GitHub] [incubator-tvm] yzhliu commented on issue #4433: [VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
yzhliu commented on issue #4433: [VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558911067 Thanks @tmoreau89 @vinx13 @liangfu this is merged and will be included in v0.6.0 release

[incubator-tvm] branch master updated (abe8708 -> 651bdf2)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from abe8708 [RELEASE] Update copyright message, change notice, remove cma kernel module for now (#4431) a

[GitHub] [incubator-tvm] yzhliu merged pull request #4433: [VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
yzhliu merged pull request #4433: [VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-tvm] junrushao1994 commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
junrushao1994 commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558904705 @MarisaKirisame I was wondering what the proper way is to do lambda lifting, where lambda could be returned or passed

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise

2019-11-26 Thread GitBox
FrozenGene commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise URL: https://github.com/apache/incubator-tvm/pull/4384#discussion_r351068901 ## File path: python/tvm/relay/op/nn/_nn.py ## @@ -163,10 +163,17 @@ def compute_conv2d(attrs,

svn commit: r36953 - in /dev/incubator/tvm: ./ KEYS

2019-11-26 Thread tqchen
Author: tqchen Date: Wed Nov 27 02:08:34 2019 New Revision: 36953 Log: Update TVM keys Added: dev/incubator/tvm/ dev/incubator/tvm/KEYS Added: dev/incubator/tvm/KEYS == --- dev/incubator/tvm/KEYS (added) +++ dev/

[GitHub] [incubator-tvm] icemelon9 commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
icemelon9 commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558891803 @MarisaKirisame No, we couldn't support non-immediate recursion. In this case, you need to support mutual recursion, which

[GitHub] [incubator-tvm] tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558889336 Fixed by https://github.com/apache/incubator-tvm/pull/4433 -

[GitHub] [incubator-tvm] MarisaKirisame edited a comment on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
MarisaKirisame edited a comment on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558887159 Does this work for non-immediate recursion? in particular, can you add this test case: -- implement a * b

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4295: [Relay][Quantize] Integrate data-aware calibration into quantization

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4295: [Relay][Quantize] Integrate data-aware calibration into quantization URL: https://github.com/apache/incubator-tvm/pull/4295#issuecomment-558887631 Fix for the VTA bug introduced is in #4433. ---

[GitHub] [incubator-tvm] MarisaKirisame edited a comment on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
MarisaKirisame edited a comment on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558887159 Does this work for non-immediate recursion? in particular, can you add this test case: -- implement a * b

[GitHub] [incubator-tvm] MarisaKirisame commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
MarisaKirisame commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558887159 Does this work for non-immediate recursion? in particular, can you add this test case: # implement a * b using i

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4433: [VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4433: [VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558887003 Hotfix should be ready for review. This is an automated message from t

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558885876 @vinx13 looks like the `opt_level` fix does the trick. Issuing the fix right now. --

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558883572 > batch_norm won't be folded during quantization, will this cause issue in vta bingo - that's very likely the root issue w

[GitHub] [incubator-tvm] vinx13 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
vinx13 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558881548 @tmoreau89 Default opt_level has been changed to 2, batch_norm won't be folded during quantization, will this cause issue in vta? Yo

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433#issuecomment-558879531 @liangfu This is the follow up to the fix you requested. Right now quantization breaks compilation to VTA, so this will require

[GitHub] [incubator-tvm] tmoreau89 opened a new pull request #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

2019-11-26 Thread GitBox
tmoreau89 opened a new pull request #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix URL: https://github.com/apache/incubator-tvm/pull/4433 This addresses a compilation bug introduced by: https://github.com/apache/incubator-tvm/pull/4295 Other than interface changes to quantiza

[GitHub] [incubator-tvm] tqchen edited a comment on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
tqchen edited a comment on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558878894 reported by @tmoreau89 and @liangfu There is a broken tutorial https://github.com/apache/incubator-t

[GitHub] [incubator-tvm] tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558878894 There is a broken tutorial https://github.com/apache/incubator-tvm/blob/master/vta/tutorials/frontend/deplo

[incubator-tvm] 02/02: [RELEASE] Update copyright message, change notice, remove cma kernel module for now (#4431)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch v0.6 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit f552d4df8c356f5bb6b7fbef9b9cdac65d674d54 Author: Tianqi Chen AuthorDate: Tue Nov 26 15:58:13 2019 -0800 [REL

[incubator-tvm] branch v0.6 updated (fbb2a35 -> f552d4d)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch v0.6 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from fbb2a35 [RUNTIME] rename allocator.make -> allocator.make_object for term consistency (#4416) new a5d14

[incubator-tvm] 01/02: [DOCS] Update main website to tvm.apache.org (#4429)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch v0.6 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git commit a5d14af65d44714c5c6eede37a71695f50c69e7e Author: Tianqi Chen AuthorDate: Tue Nov 26 14:40:26 2019 -0800 [DOC

[GitHub] [incubator-tvm] anijain2305 closed pull request #4367: [Tests] Dump duration of Pytests.

2019-11-26 Thread GitBox
anijain2305 closed pull request #4367: [Tests] Dump duration of Pytests. URL: https://github.com/apache/incubator-tvm/pull/4367 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-tvm] anijain2305 edited a comment on issue #4367: [Tests] Dump duration of Pytests.

2019-11-26 Thread GitBox
anijain2305 edited a comment on issue #4367: [Tests] Dump duration of Pytests. URL: https://github.com/apache/incubator-tvm/pull/4367#issuecomment-558873127 Closing this one as @u99127 plans to send another PR for this. If not, please let me know, I will send one with PYTEST_ADDOPTS. -

[GitHub] [incubator-tvm] anijain2305 commented on issue #4367: [Tests] Dump duration of Pytests.

2019-11-26 Thread GitBox
anijain2305 commented on issue #4367: [Tests] Dump duration of Pytests. URL: https://github.com/apache/incubator-tvm/pull/4367#issuecomment-558873127 Closing this one as @u99127 plans to send another PR for this. If not, please let me, I will send one with PYTEST_ADDOPTS. -

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4303: [TOPI][Relay][OP] Add a strided_set operation.

2019-11-26 Thread GitBox
yongwww commented on a change in pull request #4303: [TOPI][Relay][OP] Add a strided_set operation. URL: https://github.com/apache/incubator-tvm/pull/4303#discussion_r351039468 ## File path: topi/tests/python/test_topi_transform.py ## @@ -342,6 +342,52 @@ def check_device(

[GitHub] [incubator-tvm] icemelon9 opened a new pull request #4432: [Relay][Pass] Fix lambda lift pass for recursive call

2019-11-26 Thread GitBox
icemelon9 opened a new pull request #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432 Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pul

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4384: [ARM CPU] Fix infer shape error of depthwise URL: https://github.com/apache/incubator-tvm/pull/4384#discussion_r351039556 ## File path: python/tvm/relay/op/nn/_nn.py ## @@ -163,10 +163,17 @@ def compute_conv2d(attrs, i

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4407: [VTA][TSIM] Enable TSIM CI Testing

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4407: [VTA][TSIM] Enable TSIM CI Testing URL: https://github.com/apache/incubator-tvm/pull/4407#issuecomment-558868288 thanks @liangfu This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#issuecomment-558867826 In the case of VTA, I had to add the new field in the argument field as to not break the schedule lookup m

[GitHub] [incubator-tvm] tqchen merged pull request #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod

2019-11-26 Thread GitBox
tqchen merged pull request #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod URL: https://github.com/apache/incubator-tvm/pull/4431 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#issuecomment-558867602 Cool, let's see if the CIs pass; in the meantime, I don't think it's necessary to tune the targets, it's j

[incubator-tvm] branch master updated (c66d402 -> abe8708)

2019-11-26 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 c66d402 [DOCS] Update main website to tvm.apache.org (#4429) add abe8708 [RELEASE] Update copyright mes

[GitHub] [incubator-tvm] abergeron edited a comment on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2019-11-26 Thread GitBox
abergeron edited a comment on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#issuecomment-558866926 For now, I've included your fixes and rebased on the current master. I'll do the tuning for non-VT

[GitHub] [incubator-tvm] abergeron commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2019-11-26 Thread GitBox
abergeron commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#issuecomment-558866926 For now, I've included your fixes and rebase on the current master. I'll do the tuning for non-VTA target

[GitHub] [incubator-tvm] abergeron commented on a change in pull request #4303: [TOPI][Relay][OP] Add a strided_set operation.

2019-11-26 Thread GitBox
abergeron commented on a change in pull request #4303: [TOPI][Relay][OP] Add a strided_set operation. URL: https://github.com/apache/incubator-tvm/pull/4303#discussion_r351033353 ## File path: python/tvm/relay/op/transform.py ## @@ -631,6 +631,36 @@ def strided_slice(data,

[GitHub] [incubator-tvm] yongwww commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
yongwww commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#issuecomment-558852944 have addressed the comments, please take a look if you have some cycles @jwfromm @anijain2305 @kevinthesun -

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#discussion_r351021052 ## File path: topi/python/topi/image/resize.py ## @@ -210,3 +210,185 @@ def _bicubic(*indices):

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#discussion_r351019230 ## File path: topi/python/topi/image/resize.py ## @@ -210,3 +210,185 @@ def _bicubic(*indices):

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#discussion_r351019230 ## File path: topi/python/topi/image/resize.py ## @@ -210,3 +210,185 @@ def _bicubic(*indices):

[GitHub] [incubator-tvm] tqchen merged pull request #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
tqchen merged pull request #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-tvm] branch master updated (e35ecae -> c66d402)

2019-11-26 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 e35ecae Allow Array/Map store objects that are not NodeRef (#4430) add c66d402 [DOCS] Update main websi

[GitHub] [incubator-tvm] tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558847028 https://github.com/apache/incubator-tvm/pull/4431 --

[GitHub] [incubator-tvm] tqchen commented on issue #4427: PReLU dimension mismatch error when converting ONNX model to TVM

2019-11-26 Thread GitBox
tqchen commented on issue #4427: PReLU dimension mismatch error when converting ONNX model to TVM URL: https://github.com/apache/incubator-tvm/issues/4427#issuecomment-558846821 Thanks for reporting the problem, please open a new thread on https://discuss.tvm.ai/ -

[GitHub] [incubator-tvm] tqchen closed issue #4427: PReLU dimension mismatch error when converting ONNX model to TVM

2019-11-26 Thread GitBox
tqchen closed issue #4427: PReLU dimension mismatch error when converting ONNX model to TVM URL: https://github.com/apache/incubator-tvm/issues/4427 This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch master updated (bc69a53 -> e35ecae)

2019-11-26 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 bc69a53 Tweak debugger result (#4426) add e35ecae Allow Array/Map store objects that are not NodeRef (#

[GitHub] [incubator-tvm] tqchen merged pull request #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
tqchen merged pull request #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-tvm] junrushao1994 commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
junrushao1994 commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430#issuecomment-558846372 @tqchen @zhiics shall we merge this in? Thanks! T

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4392: [VTA] Enable streamlined GEMM execution

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4392: [VTA] Enable streamlined GEMM execution URL: https://github.com/apache/incubator-tvm/pull/4392#issuecomment-558845480 Thanks @liangfu ; I left one final comment, and the PR is good to go! Th

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize

2019-11-26 Thread GitBox
yongwww commented on a change in pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#discussion_r351012628 ## File path: topi/python/topi/image/resize.py ## @@ -210,3 +210,185 @@ def _bicubic(*indices):

[GitHub] [incubator-tvm] weberlo commented on a change in pull request #4274: [µTVM] Enable AutoTVM for ARM STM32F746XX Boards

2019-11-26 Thread GitBox
weberlo commented on a change in pull request #4274: [µTVM] Enable AutoTVM for ARM STM32F746XX Boards URL: https://github.com/apache/incubator-tvm/pull/4274#discussion_r351008622 ## File path: src/runtime/micro/device/arm/stm32f746xx/utvm_timer.c ## @@ -0,0 +1,128 @@ +/* +

[GitHub] [incubator-tvm] weberlo commented on a change in pull request #4274: [µTVM] Enable AutoTVM for ARM STM32F746XX Boards

2019-11-26 Thread GitBox
weberlo commented on a change in pull request #4274: [µTVM] Enable AutoTVM for ARM STM32F746XX Boards URL: https://github.com/apache/incubator-tvm/pull/4274#discussion_r351008622 ## File path: src/runtime/micro/device/arm/stm32f746xx/utvm_timer.c ## @@ -0,0 +1,128 @@ +/* +

[GitHub] [incubator-tvm] tqchen commented on issue #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod

2019-11-26 Thread GitBox
tqchen commented on issue #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod URL: https://github.com/apache/incubator-tvm/pull/4431#issuecomment-558837081 cc @yzhliu This is an automated message

[GitHub] [incubator-tvm] tqchen opened a new pull request #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod

2019-11-26 Thread GitBox
tqchen opened a new pull request #4431: [RELEASE] Update copyright message, change notice, remove cma kernel mod URL: https://github.com/apache/incubator-tvm/pull/4431 The cma kernel module are created to run the CMA on top of linux distributions. The license of the code is MIT. Unfortunat

[GitHub] [incubator-tvm] Laurawly commented on issue #4234: Auto TensorCore CodeGen

2019-11-26 Thread GitBox
Laurawly commented on issue #4234: Auto TensorCore CodeGen URL: https://github.com/apache/incubator-tvm/pull/4234#issuecomment-558835067 > Hi @Laurawly, could you please help to review the updates? Thank you! Hi @minminsun, I saw the slides from TVM meetup in Shanghai and you guys sh

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
zhiics commented on a change in pull request #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429#discussion_r350982917 ## File path: README.md ## @@ -15,11 +15,11 @@ -https://raw.githubusercontent.com/tqchen/tvm.

[GitHub] [incubator-tvm] icemelon9 commented on issue #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
icemelon9 commented on issue #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429#issuecomment-558815751 do we also need to change "organization" in the jvm pom? This is an

[GitHub] [incubator-tvm] junrushao1994 commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
junrushao1994 commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430#issuecomment-558815648 @zhiics You are right. Array/Map/StrMap are designed to allow storing all possible objects. > do we want to

[GitHub] [incubator-tvm] yzhliu commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
yzhliu commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558815123 @tqchen sounds good. This is an automated m

[GitHub] [incubator-tvm] zhiics edited a comment on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
zhiics edited a comment on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430#issuecomment-558814629 @junrushao1994 Just out of curiosity, it looks that this will allow us to return runtime object refs like modules.

[GitHub] [incubator-tvm] zhiics commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
zhiics commented on issue #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430#issuecomment-558814629 @junrushao1994 It looks that this will allow us to return runtime object refs like modules. @tqchen do we want to move co

[GitHub] [incubator-tvm] junrushao1994 opened a new pull request #4430: [Node] Allow Array/Map store objects that are not NodeRef

2019-11-26 Thread GitBox
junrushao1994 opened a new pull request #4430: [Node] Allow Array/Map store objects that are not NodeRef URL: https://github.com/apache/incubator-tvm/pull/4430 @tqchen @icemelon9 Please review :-) This is an automated message

[GitHub] [incubator-tvm] tqchen commented on issue #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
tqchen commented on issue #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429#issuecomment-558800523 @icemelon9 i think they have been updated by @yzhliu This is an autom

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4421: [VTA] Bringing group convolution support

2019-11-26 Thread GitBox
tmoreau89 commented on issue #4421: [VTA] Bringing group convolution support URL: https://github.com/apache/incubator-tvm/pull/4421#issuecomment-558791451 Removed WIP tag; PR ready for review! This is an automated message fro

[GitHub] [incubator-tvm] icemelon9 commented on issue #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
icemelon9 commented on issue #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429#issuecomment-558789134 Do we need to update the org in jvm/pom.xml as well? This is an aut

[GitHub] [incubator-tvm] tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.)

2019-11-26 Thread GitBox
tqchen commented on issue #4406: [RFC] Apache TVM 0.6.0 Release Candidate (verifying, feedback, etc.) URL: https://github.com/apache/incubator-tvm/issues/4406#issuecomment-558786276 we just moved the main website to https://tvm.apache.org/, might be worth cherry pick https://github.com/apa

[GitHub] [incubator-tvm] tqchen closed issue #3468: [RFC] TVM Website Migration to ASF

2019-11-26 Thread GitBox
tqchen closed issue #3468: [RFC] TVM Website Migration to ASF URL: https://github.com/apache/incubator-tvm/issues/3468 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-tvm] tqchen commented on issue #3468: [RFC] TVM Website Migration to ASF

2019-11-26 Thread GitBox
tqchen commented on issue #3468: [RFC] TVM Website Migration to ASF URL: https://github.com/apache/incubator-tvm/issues/3468#issuecomment-558786508 the migration has been finished https://tvm.apache.org/ This is an automated m

[GitHub] [incubator-tvm] tqchen opened a new pull request #4429: [DOCS] Update main website to tvm.apache.org

2019-11-26 Thread GitBox
tqchen opened a new pull request #4429: [DOCS] Update main website to tvm.apache.org URL: https://github.com/apache/incubator-tvm/pull/4429 cc @yzhliu This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution URL: https://github.com/apache/incubator-tvm/pull/4392#discussion_r350933387 ## File path: vta/hardware/chisel/src/main/scala/core/TensorGemm.scala ## @@ -126,8 +145,7 @@ class M

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution

2019-11-26 Thread GitBox
tmoreau89 commented on a change in pull request #4392: [VTA] Enable streamlined GEMM execution URL: https://github.com/apache/incubator-tvm/pull/4392#discussion_r350933512 ## File path: vta/hardware/chisel/src/main/scala/core/TensorGemm.scala ## @@ -236,11 +254,14 @@ class

[incubator-tvm] branch master updated (accc7db -> bc69a53)

2019-11-26 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from accc7db [AutoTVM] select model with the most tuned schedules (#4404) add bc69a53 Tweak debugger resul

[GitHub] [incubator-tvm] yzhliu merged pull request #4426: [Debugger] Tweak debugger result API

2019-11-26 Thread GitBox
yzhliu merged pull request #4426: [Debugger] Tweak debugger result API URL: https://github.com/apache/incubator-tvm/pull/4426 This is an automated message from the Apache Git Service. To respond to the message, please log on

  1   2   >