[GitHub] [incubator-tvm] giuseros commented on pull request #5925: Fix small typo in nn.conv2d_gemm_weight_transform

2020-06-27 Thread GitBox
giuseros commented on pull request #5925: URL: https://github.com/apache/incubator-tvm/pull/5925#issuecomment-650521530 Hi @tqchen, I was off yesterday. Is it ok if I work on this on Monday? Sorry about that This is an

[GitHub] [incubator-tvm] moderato commented on issue #5809: [RFC][AutoTVM] Non-square ConfigSpace

2020-06-27 Thread GitBox
moderato commented on issue #5809: URL: https://github.com/apache/incubator-tvm/issues/5809#issuecomment-650502937 @tqchen @comaniac Thanks for the comments! The feedback of the invalid configs is something I didn't think of. Actually this is the representation I came up for non-grid

[GitHub] [incubator-tvm] t-vi opened a new pull request #5941: Amendments for gradients

2020-06-27 Thread GitBox
t-vi opened a new pull request #5941: URL: https://github.com/apache/incubator-tvm/pull/5941 - We fix the dtype handling of consts in generated gradients. - We add a collapse_sum_to instruction mirroring the collapse_sum_like. While for general definitions (potentially dynamic

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #5938: [TOPI] Fix x86 conv2d template when tuning with unpacked layout

2020-06-27 Thread GitBox
merrymercy edited a comment on pull request #5938: URL: https://github.com/apache/incubator-tvm/pull/5938#issuecomment-650450425 cc @kevinthesun @icemelon9 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] tqchen opened a new pull request #5943: [v0.6] Update date in the NOTICE

2020-06-27 Thread GitBox
tqchen opened a new pull request #5943: URL: https://github.com/apache/incubator-tvm/pull/5943 cc @yzhliu This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-tvm] tqchen commented on pull request #5925: Fix small typo in nn.conv2d_gemm_weight_transform

2020-06-27 Thread GitBox
tqchen commented on pull request #5925: URL: https://github.com/apache/incubator-tvm/pull/5925#issuecomment-650575919 feel free to take your time This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] t-vi commented on pull request #5941: Amendments for gradients

2020-06-27 Thread GitBox
t-vi commented on pull request #5941: URL: https://github.com/apache/incubator-tvm/pull/5941#issuecomment-650526467 @junrushao1994 too. :) This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] t-vi commented on pull request #5941: Amendments for gradients

2020-06-27 Thread GitBox
t-vi commented on pull request #5941: URL: https://github.com/apache/incubator-tvm/pull/5941#issuecomment-650526408 @MarisaKirisame @tqchen If I can interest you in this. I have more gradient work coming up. This

[GitHub] [incubator-tvm] tqchen commented on issue #5559: [TIR] Bugs in HoistIfThenElse

2020-06-27 Thread GitBox
tqchen commented on issue #5559: URL: https://github.com/apache/incubator-tvm/issues/5559#issuecomment-650581654 https://github.com/apache/incubator-tvm/pull/5944 removes this pass for now. This is an automated message from

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5944: [TIR][PASS] Remove legacy HoistIfThenElse

2020-06-27 Thread GitBox
tqchen edited a comment on pull request #5944: URL: https://github.com/apache/incubator-tvm/pull/5944#issuecomment-650581691 cc @kevinthesun @ZihengJiang @yzhliu @icemelon9 @vinx13 This is an automated message from the

[GitHub] [incubator-tvm] tqchen commented on pull request #5944: [TIR][PASS] Remove legacy HoistIfThenElse

2020-06-27 Thread GitBox
tqchen commented on pull request #5944: URL: https://github.com/apache/incubator-tvm/pull/5944#issuecomment-650581691 cc @kevinthesun @ZihengJiang @yzhliu @icemelon9 This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] tqchen opened a new pull request #5944: [TIR][PASS] Remove legacy HoistIfThenElse

2020-06-27 Thread GitBox
tqchen opened a new pull request #5944: URL: https://github.com/apache/incubator-tvm/pull/5944 This pass has not been migrated to the new transform API, and contains potential bugs per https://github.com/apache/incubator-tvm/issues/5559. Given that it is not being actively used, this

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5052: [TARGET] ONNX codegen

2020-06-27 Thread GitBox
maheshambule commented on a change in pull request #5052: URL: https://github.com/apache/incubator-tvm/pull/5052#discussion_r446550853 ## File path: python/tvm/contrib/target/onnx.py ## @@ -0,0 +1,899 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

svn commit: r40197 - in /dev/incubator/tvm: tvm-v0.6.1-rc0/ tvm-v0.6.1-rc1/

2020-06-27 Thread liuyizhi
Author: liuyizhi Date: Sat Jun 27 20:55:50 2020 New Revision: 40197 Log: Add v0.6.1.rc1 Added: dev/incubator/tvm/tvm-v0.6.1-rc1/ dev/incubator/tvm/tvm-v0.6.1-rc1/apache-tvm-src-v0.6.1.rc1-incubating.tar.gz (with props)

[GitHub] [incubator-tvm] merrymercy commented on pull request #5933: Fix string argument mismatch in GraphRuntimeCodegen

2020-06-27 Thread GitBox
merrymercy commented on pull request #5933: URL: https://github.com/apache/incubator-tvm/pull/5933#issuecomment-650610695 @tqchen comments are addressed This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] tqchen commented on issue #5939: [VOTE] Release Apache TVM (incubating) v0.6.1.rc0

2020-06-27 Thread GitBox
tqchen commented on issue #5939: URL: https://github.com/apache/incubator-tvm/issues/5939#issuecomment-650636657 Please vote again on this thread https://github.com/apache/incubator-tvm/issues/5947 This is an automated

[GitHub] [incubator-tvm] tqchen commented on issue #5947: [VOTE] Release Apache TVM (incubating) v0.6.1.rc1

2020-06-27 Thread GitBox
tqchen commented on issue #5947: URL: https://github.com/apache/incubator-tvm/issues/5947#issuecomment-650636800 +1 (binding), I checked - Signatures and hashes good - DISCLAIMER, LICENSE - NOTICE is good - No unexpected binary files - Code compiles and runs TQ

[GitHub] [incubator-tvm] tqchen merged pull request #5937: [TIR][OP][API-CHANGE] Remove CallNode.call_type in favor of attribute.

2020-06-27 Thread GitBox
tqchen merged pull request #5937: URL: https://github.com/apache/incubator-tvm/pull/5937 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 (5786e82 -> eb66fd9)

2020-06-27 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 5786e82 add dnnl (#5936) add eb66fd9 [TIR][OP][API-CHANGE] Remove CallNode.call_type in favor of

[GitHub] [incubator-tvm] merrymercy commented on pull request #5883: [WIP][Ansor][AutoTVM v2.0] Part 0: Infrastructures for Automatic Schedule Search

2020-06-27 Thread GitBox
merrymercy commented on pull request #5883: URL: https://github.com/apache/incubator-tvm/pull/5883#issuecomment-650591750 After some discussion, we changed our upstream plan. We will distill a minimal version of Ansor and send it as the first PR. This minimal version will contain

[GitHub] [incubator-tvm] merrymercy closed pull request #5883: [WIP][Ansor][AutoTVM v2.0] Part 0: Infrastructures for Automatic Schedule Search

2020-06-27 Thread GitBox
merrymercy closed pull request #5883: URL: https://github.com/apache/incubator-tvm/pull/5883 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] tag v0.6.1.rc1 created (now 6fa80ad)

2020-06-27 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to tag v0.6.1.rc1 in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. at 6fa80ad (commit) No new revisions were added by this update.

[GitHub] [incubator-tvm] yzhliu opened a new pull request #5948: [Doc] minor fix for release doc

2020-06-27 Thread GitBox
yzhliu opened a new pull request #5948: URL: https://github.com/apache/incubator-tvm/pull/5948 cc @tqchen This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-tvm] t-vi commented on pull request #5946: handle Tuple/TupleGetItem in first order gradient

2020-06-27 Thread GitBox
t-vi commented on pull request #5946: URL: https://github.com/apache/incubator-tvm/pull/5946#issuecomment-650638868 @junrushao1994 @MarisaKirisame @tqchen for the friends of gradients... I have a third thing (fixing an efficiency issue I found), but it also is in `gradient.cpp`, so

[GitHub] [incubator-tvm] merrymercy opened a new pull request #5945: Update network definitions in relay testing for NHWC layout & add resnet-3d

2020-06-27 Thread GitBox
merrymercy opened a new pull request #5945: URL: https://github.com/apache/incubator-tvm/pull/5945 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] t-vi opened a new pull request #5946: handle Tuple/TupleGetItem in first order gradient

2020-06-27 Thread GitBox
t-vi opened a new pull request #5946: URL: https://github.com/apache/incubator-tvm/pull/5946 This adds tuple support for first order gradients. We may have tuples passed to or returned from functions and at this stage, they aren't inlined (because we want to compute gradients based

[GitHub] [incubator-tvm] merrymercy edited a comment on pull request #5945: Add resnet-3d & Update network definitions for NHWC layout

2020-06-27 Thread GitBox
merrymercy edited a comment on pull request #5945: URL: https://github.com/apache/incubator-tvm/pull/5945#issuecomment-650610492 cc @minminsun @jwfromm @FrozenGene @icemelon9 This is an automated message from the Apache

[GitHub] [incubator-tvm] merrymercy commented on pull request #5945: Add resnet-3d & Update network definitions for NHWC layout

2020-06-27 Thread GitBox
merrymercy commented on pull request #5945: URL: https://github.com/apache/incubator-tvm/pull/5945#issuecomment-650610492 cc @icemelon9 @FrozenGene @minminsun @jwfromm This is an automated message from the Apache Git

[GitHub] [incubator-tvm] tqchen closed issue #5559: [TIR] Bugs in HoistIfThenElse

2020-06-27 Thread GitBox
tqchen closed issue #5559: URL: https://github.com/apache/incubator-tvm/issues/5559 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 master updated: [TIR][PASS] Remove legacy HoistIfThenElse (#5944)

2020-06-27 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen 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 e99e116 [TIR][PASS] Remove legacy

[GitHub] [incubator-tvm] tqchen merged pull request #5944: [TIR][PASS] Remove legacy HoistIfThenElse

2020-06-27 Thread GitBox
tqchen merged pull request #5944: URL: https://github.com/apache/incubator-tvm/pull/5944 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] merrymercy merged pull request #5943: [v0.6] Update date in the NOTICE

2020-06-27 Thread GitBox
merrymercy merged pull request #5943: URL: https://github.com/apache/incubator-tvm/pull/5943 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 v0.6 updated: Update date in the NOTICE (#5943)

2020-06-27 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng 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 6fa80ad Update date in the NOTICE (#5943)

[incubator-tvm] branch master updated: Update date in the NOTICE (#5942)

2020-06-27 Thread lmzheng
This is an automated email from the ASF dual-hosted git repository. lmzheng 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 074a502 Update date in the NOTICE

[GitHub] [incubator-tvm] merrymercy merged pull request #5942: Update date in the NOTICE

2020-06-27 Thread GitBox
merrymercy merged pull request #5942: URL: https://github.com/apache/incubator-tvm/pull/5942 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] yzhliu commented on issue #5939: [VOTE] Release Apache TVM (incubating) v0.6.1.rc0

2020-06-27 Thread GitBox
yzhliu commented on issue #5939: URL: https://github.com/apache/incubator-tvm/issues/5939#issuecomment-650622511 Thanks everyone. I'm going to create another release candidate and close this vote. This is an automated

[GitHub] [incubator-tvm] yzhliu closed issue #5939: [VOTE] Release Apache TVM (incubating) v0.6.1.rc0

2020-06-27 Thread GitBox
yzhliu closed issue #5939: URL: https://github.com/apache/incubator-tvm/issues/5939 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

[GitHub] [incubator-tvm] yzhliu opened a new issue #5947: [VOTE] Release Apache TVM (incubating) v0.6.1.rc1

2020-06-27 Thread GitBox
yzhliu opened a new issue #5947: URL: https://github.com/apache/incubator-tvm/issues/5947 Dear TVM community, This is a call for vote to release Apache TVM (incubating) version 0.6.1. This is a maintenance release incorporating important bug fixes. All users of Apache TVM

[GitHub] [incubator-tvm] zhiics commented on pull request #5855: [RELAY][VM] Add shape_of instruction

2020-06-27 Thread GitBox
zhiics commented on pull request #5855: URL: https://github.com/apache/incubator-tvm/pull/5855#issuecomment-650654229 @tqchen could you please take another look? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] masahi commented on issue #5947: [VOTE] Release Apache TVM (incubating) v0.6.1.rc1

2020-06-27 Thread GitBox
masahi commented on issue #5947: URL: https://github.com/apache/incubator-tvm/issues/5947#issuecomment-650657320 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] tqchen commented on pull request #5946: [RELAY][GRAD] handle Tuple/TupleGetItem in first order gradient

2020-06-27 Thread GitBox
tqchen commented on pull request #5946: URL: https://github.com/apache/incubator-tvm/pull/5946#issuecomment-650653193 also cc @yzhliu @icemelon9 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tqchen commented on pull request #5949: [TIR] Improve Let/LetStmt support.

2020-06-27 Thread GitBox
tqchen commented on pull request #5949: URL: https://github.com/apache/incubator-tvm/pull/5949#issuecomment-650691802 cc @junrushao1994 @ZihengJiang @yzhliu @zhiics This is an automated message from the Apache Git Service.

[incubator-tvm] branch master updated: fix string argument mismatch in GraphRuntimeCodegen (#5933)

2020-06-27 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen 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 ff7a152 fix string argument mismatch in

[GitHub] [incubator-tvm] tqchen commented on pull request #5933: Fix string argument mismatch in GraphRuntimeCodegen

2020-06-27 Thread GitBox
tqchen commented on pull request #5933: URL: https://github.com/apache/incubator-tvm/pull/5933#issuecomment-650652821 Thanks @merrymercy This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tqchen merged pull request #5933: Fix string argument mismatch in GraphRuntimeCodegen

2020-06-27 Thread GitBox
tqchen merged pull request #5933: URL: https://github.com/apache/incubator-tvm/pull/5933 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 opened a new pull request #5949: [TIR] Improve Let/LetStmt support.

2020-06-27 Thread GitBox
tqchen opened a new pull request #5949: URL: https://github.com/apache/incubator-tvm/pull/5949 Let/LetStmt are useful primitives to create variable bindings. While let binding are harmful for simplification and integer analysis, they are useful for other cases: - C0: LetStmt is

[GitHub] [incubator-tvm] FrozenGene commented on pull request #5913: [ndarray][autotvm] support ndarray.non_empty

2020-06-27 Thread GitBox
FrozenGene commented on pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913#issuecomment-650675149 I will handle it as comments This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] FrozenGene commented on pull request #5914: [clflush] Enable x86 cpu cache flush

2020-06-27 Thread GitBox
FrozenGene commented on pull request #5914: URL: https://github.com/apache/incubator-tvm/pull/5914#issuecomment-650674951 I was at vocation several days ago, sorry for replying a little late. For this, I also want to do a quick discussion. For single op / or Ansor's single subgraph