[GitHub] [incubator-tvm] kparzysz-quic commented on issue #5252: [RUNTIME] Initial implementation of Hexagon runtime support

2020-04-10 Thread GitBox
kparzysz-quic commented on issue #5252: [RUNTIME] Initial implementation of Hexagon runtime support URL: https://github.com/apache/incubator-tvm/pull/5252#issuecomment-612002926 @FrozenGene If you're happy with the code, could you approve? Your review is still showing as "requested

[GitHub] [incubator-tvm] adobay closed issue #5248: [FRONTEND] tensorflow GatherNd function error

2020-04-10 Thread GitBox
adobay closed issue #5248: [FRONTEND] tensorflow GatherNd function error URL: https://github.com/apache/incubator-tvm/issues/5248 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-tvm] FrozenGene merged pull request #5252: [RUNTIME] Initial implementation of Hexagon runtime support

2020-04-10 Thread GitBox
FrozenGene merged pull request #5252: [RUNTIME] Initial implementation of Hexagon runtime support URL: https://github.com/apache/incubator-tvm/pull/5252 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-tvm] roastduck opened a new issue #5303: [TIR] Buggy LoopPartition

2020-04-10 Thread GitBox
roastduck opened a new issue #5303: [TIR] Buggy LoopPartition URL: https://github.com/apache/incubator-tvm/issues/5303 Pass `LoopPartition` may be wrong when there are variables unknown at compile time. Here's the example. ```python import tvm import topi import

[GitHub] [incubator-tvm] FrozenGene commented on issue #4857: Windows Support for cpp_rpc

2020-04-10 Thread GitBox
FrozenGene commented on issue #4857: Windows Support for cpp_rpc URL: https://github.com/apache/incubator-tvm/pull/4857#issuecomment-611912611 > > @jmorrill @FrozenGene it would be great if we can followup :) > > Sorry about that. I had changed around how the untar works based on

[GitHub] [incubator-tvm] jmorrill commented on issue #4857: Windows Support for cpp_rpc

2020-04-10 Thread GitBox
jmorrill commented on issue #4857: Windows Support for cpp_rpc URL: https://github.com/apache/incubator-tvm/pull/4857#issuecomment-611904557 > @jmorrill @FrozenGene it would be great if we can followup :) Sorry about that. I had changed around how the untar works based on

[GitHub] [incubator-tvm] hlu1 commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack

2020-04-10 Thread GitBox
hlu1 commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack URL: https://github.com/apache/incubator-tvm/pull/5301#issuecomment-611907106 I'm referring to the case that DLManagedTensor.dl_tensor.shape which is an int64_t* could be pointing to an array

[GitHub] [incubator-tvm] hlu1 commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack

2020-04-10 Thread GitBox
hlu1 commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack URL: https://github.com/apache/incubator-tvm/pull/5301#issuecomment-611909315 Another thing that's related: ``` std::vector NDArray::Shape() const { return get_mutable()->shape_;

[GitHub] [incubator-tvm] masahi merged pull request #5288: [BYOC] Refine DNNL Codegen

2020-04-10 Thread GitBox
masahi merged pull request #5288: [BYOC] Refine DNNL Codegen URL: https://github.com/apache/incubator-tvm/pull/5288 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] jmorrill commented on issue #4857: Windows Support for cpp_rpc

2020-04-10 Thread GitBox
jmorrill commented on issue #4857: Windows Support for cpp_rpc URL: https://github.com/apache/incubator-tvm/pull/4857#issuecomment-611922410 > For Android / Embed Linux, if we can not change to CMake easily, we could keep our current Makefile system. I know visual studio has

[GitHub] [incubator-tvm] yhcvb opened a new pull request #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator

2020-04-10 Thread GitBox
yhcvb opened a new pull request #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator URL: https://github.com/apache/incubator-tvm/pull/5302 Hi, I add Mul and ConvTranspose operator to caffe2 frontend for support centerface model. @yzhliu please help to review.

[GitHub] [incubator-tvm] masahi commented on issue #5288: [BYOC] Refine DNNL Codegen

2020-04-10 Thread GitBox
masahi commented on issue #5288: [BYOC] Refine DNNL Codegen URL: https://github.com/apache/incubator-tvm/pull/5288#issuecomment-611916545 Thanks @comaniac @zhiics This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] FrozenGene commented on issue #4857: Windows Support for cpp_rpc

2020-04-10 Thread GitBox
FrozenGene commented on issue #4857: Windows Support for cpp_rpc URL: https://github.com/apache/incubator-tvm/pull/4857#issuecomment-611930445 > > For Android / Embed Linux, if we can not change to CMake easily, we could keep our current Makefile system. > > I know visual studio has

[GitHub] [incubator-tvm] tqchen commented on issue #5276: [REFACTOR][IR] Move to runtime::String

2020-04-10 Thread GitBox
tqchen commented on issue #5276: [REFACTOR][IR] Move to runtime::String URL: https://github.com/apache/incubator-tvm/pull/5276#issuecomment-612060782 Thanks @zhiics ! This is an automated message from the Apache Git Service.

[incubator-tvm] branch master updated: [REFACTOR][IR] Move to runtime::String (#5276)

2020-04-10 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 5da361d [REFACTOR][IR] Move to

[GitHub] [incubator-tvm] tqchen commented on issue #5279: [FRONTEND][TENSORFLOW] Fix gather_nd indices

2020-04-10 Thread GitBox
tqchen commented on issue #5279: [FRONTEND][TENSORFLOW] Fix gather_nd indices URL: https://github.com/apache/incubator-tvm/pull/5279#issuecomment-612061401 Thanks @kazum @icemelon9 This is an automated message from the

[GitHub] [incubator-tvm] tqchen commented on issue #5291: [BUGFIX][RELAY]fix a minor error in device_annotation

2020-04-10 Thread GitBox
tqchen commented on issue #5291: [BUGFIX][RELAY]fix a minor error in device_annotation URL: https://github.com/apache/incubator-tvm/pull/5291#issuecomment-612061219 Thanks @weireweire @zhiics This is an automated message

[GitHub] [incubator-tvm] tqchen merged pull request #5279: [FRONTEND][TENSORFLOW] Fix gather_nd indices

2020-04-10 Thread GitBox
tqchen merged pull request #5279: [FRONTEND][TENSORFLOW] Fix gather_nd indices URL: https://github.com/apache/incubator-tvm/pull/5279 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated: Update device_annotation.cc (#5291)

2020-04-10 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 00014e2 Update device_annotation.cc

[GitHub] [incubator-tvm] tqchen merged pull request #5291: [BUGFIX][RELAY]fix a minor error in device_annotation

2020-04-10 Thread GitBox
tqchen merged pull request #5291: [BUGFIX][RELAY]fix a minor error in device_annotation URL: https://github.com/apache/incubator-tvm/pull/5291 This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch master updated: [FRONTEND][TENSORFLOW] Fix gather_nd indices (#5279)

2020-04-10 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 0d1babc [FRONTEND][TENSORFLOW] Fix

[GitHub] [incubator-tvm] masahi merged pull request #5280: [PYTORCH]Repeat, Reciprocal & Reshape Op support

2020-04-10 Thread GitBox
masahi merged pull request #5280: [PYTORCH]Repeat, Reciprocal & Reshape Op support URL: https://github.com/apache/incubator-tvm/pull/5280 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated (0d1babc -> b236565)

2020-04-10 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 0d1babc [FRONTEND][TENSORFLOW] Fix gather_nd indices (#5279) add b236565 [PYTORCH]Repeat, Reciprocal &

[GitHub] [incubator-tvm] zhiics commented on issue #5277: [BYOC] Refine AnnotateTarget and MergeCompilerRegion Passes

2020-04-10 Thread GitBox
zhiics commented on issue #5277: [BYOC] Refine AnnotateTarget and MergeCompilerRegion Passes URL: https://github.com/apache/incubator-tvm/pull/5277#issuecomment-612082540 Let's rebase and bring this in and then we can bring @masahi's PR in as well.

[GitHub] [incubator-tvm] anijain2305 commented on issue #5286: [Requantize] Cleanup and Optimize Lowering

2020-04-10 Thread GitBox
anijain2305 commented on issue #5286: [Requantize] Cleanup and Optimize Lowering URL: https://github.com/apache/incubator-tvm/pull/5286#issuecomment-612106078 @yzhliu @vinx13 Please review. This is an automated message from

[GitHub] [incubator-tvm] roastduck closed issue #5303: [TIR] Buggy LoopPartition

2020-04-10 Thread GitBox
roastduck closed issue #5303: [TIR] Buggy LoopPartition URL: https://github.com/apache/incubator-tvm/issues/5303 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#discussion_r405965674 ## File path: include/tvm/runtime/packed_func.h ## @@ -863,6 +891,35 @@

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#discussion_r405964246 ## File path: include/tvm/runtime/packed_func.h ## @@ -547,12 +536,52 @@

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#discussion_r405965674 ## File path: include/tvm/runtime/packed_func.h ## @@ -863,6 +891,35 @@

[incubator-tvm] branch master updated: [Arith] linear system and equation solver (#5171)

2020-04-10 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 e21f268 [Arith] linear system and

[GitHub] [incubator-tvm] tqchen commented on issue #5171: [Arith] linear system and equation solver

2020-04-10 Thread GitBox
tqchen commented on issue #5171: [Arith] linear system and equation solver URL: https://github.com/apache/incubator-tvm/pull/5171#issuecomment-612071899 Thanks @yzhliu @sgrechanik-h @hzfan @MarisaKirisame This is an

[GitHub] [incubator-tvm] tqchen merged pull request #5171: [Arith] linear system and equation solver

2020-04-10 Thread GitBox
tqchen merged pull request #5171: [Arith] linear system and equation solver URL: https://github.com/apache/incubator-tvm/pull/5171 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5295: [PYTORCH]Abs, Arange, Softplus ops

2020-04-10 Thread GitBox
masahi commented on a change in pull request #5295: [PYTORCH]Abs, Arange, Softplus ops URL: https://github.com/apache/incubator-tvm/pull/5295#discussion_r406801120 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -1006,6 +1040,26 @@ def _impl(inputs, input_types):

[GitHub] [incubator-tvm] tqchen merged pull request #5276: [REFACTOR][IR] Move to runtime::String

2020-04-10 Thread GitBox
tqchen merged pull request #5276: [REFACTOR][IR] Move to runtime::String URL: https://github.com/apache/incubator-tvm/pull/5276 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-tvm] tqchen opened a new pull request #5304: [CI] Fix the hexagon string

2020-04-10 Thread GitBox
tqchen opened a new pull request #5304: [CI] Fix the hexagon string URL: https://github.com/apache/incubator-tvm/pull/5304 cc @zhiics This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tqchen commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
tqchen commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#issuecomment-612119562 Yes, the RValue is mainly used for compiler objects to perform COW optimization

[GitHub] [incubator-tvm] masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612088720 @kevinthesun @wweic Is it reasonable to add "axis" parameter to tensor array concat? I encountered a need to

[GitHub] [incubator-tvm] tqchen commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack

2020-04-10 Thread GitBox
tqchen commented on issue #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack URL: https://github.com/apache/incubator-tvm/pull/5301#issuecomment-612059197 get you, Thanks @hlu1 ! This is an automated

[GitHub] [incubator-tvm] tqchen merged pull request #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack

2020-04-10 Thread GitBox
tqchen merged pull request #5301: [NDArray] Set NDArray::Container.shape_ in NDArray::FromDLPack URL: https://github.com/apache/incubator-tvm/pull/5301 This is an automated message from the Apache Git Service. To respond to

[incubator-tvm] branch master updated (02d3a59 -> 4808235)

2020-04-10 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 02d3a59 [RUNTIME] Initial implementation of Hexagon runtime support (#5252) add 4808235 [NDArray] Set

[GitHub] [incubator-tvm] comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612110937 > What is still ad-hoc? I think I explained the motivation clearly in the original PR #4741 and the current impl

[incubator-tvm] branch master updated: [BYOC] Refine AnnotateTarget and MergeCompilerRegion Passes (#5277)

2020-04-10 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic 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 f506c8b [BYOC] Refine AnnotateTarget and

[GitHub] [incubator-tvm] zhiics merged pull request #5277: [BYOC] Refine AnnotateTarget and MergeCompilerRegion Passes

2020-04-10 Thread GitBox
zhiics merged pull request #5277: [BYOC] Refine AnnotateTarget and MergeCompilerRegion Passes URL: https://github.com/apache/incubator-tvm/pull/5277 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] zhiics commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
zhiics commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612242010 @masahi just a reminder, probably don't rebase again the master, other changes are here as well

[GitHub] [incubator-tvm] zhiics edited a comment on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
zhiics edited a comment on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612242010 @masahi just a reminder, probably you didn't rebase again the master, other changes are here as well

[GitHub] [incubator-tvm] masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612242732 Yes I'm working on fixing it. Resolving conflict turned out a bit complicated, so I wanted to start fresh.

[GitHub] [incubator-tvm] tqchen merged pull request #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator

2020-04-10 Thread GitBox
tqchen merged pull request #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator URL: https://github.com/apache/incubator-tvm/pull/5302 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] tqchen commented on issue #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator

2020-04-10 Thread GitBox
tqchen commented on issue #5302: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator URL: https://github.com/apache/incubator-tvm/pull/5302#issuecomment-612231955 Thanks @yhcvb This is an automated message from the

[incubator-tvm] branch master updated: [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator (#5302)

2020-04-10 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 575d536 [RELAY][FRONTEND][CAFFE2] add

[GitHub] [incubator-tvm] alexwong commented on a change in pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
alexwong commented on a change in pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#discussion_r406962012 ## File path: tests/python/relay/test_pass_partition_graph.py ## @@ -856,6

[GitHub] [incubator-tvm] zhiics commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
zhiics commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612238775 @masahi please rebase when you get a chance This is

[GitHub] [incubator-tvm] kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612251085 @masahi @wweic PTAL This is an automated

[GitHub] [incubator-tvm] apivovarov commented on issue #2858: [Relay/TOPI][OP] Add clip and wrap mode support in take

2020-04-10 Thread GitBox
apivovarov commented on issue #2858: [Relay/TOPI][OP] Add clip and wrap mode support in take URL: https://github.com/apache/incubator-tvm/pull/2858#issuecomment-612186577 @icemelon9 What you think? This is an automated

[GitHub] [incubator-tvm] jmorrill commented on issue #4857: Windows Support for cpp_rpc

2020-04-10 Thread GitBox
jmorrill commented on issue #4857: Windows Support for cpp_rpc URL: https://github.com/apache/incubator-tvm/pull/4857#issuecomment-612128865 Ok cool. I'm do another commit in the next day or so as I think I can undo a lot of changes I made to the main CMake file and see what you guys

[GitHub] [incubator-tvm] tqchen closed issue #5250: [REFACTOR] StringImm -> String

2020-04-10 Thread GitBox
tqchen closed issue #5250: [REFACTOR] StringImm -> String URL: https://github.com/apache/incubator-tvm/issues/5250 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 issue #5250: [REFACTOR] StringImm -> String

2020-04-10 Thread GitBox
tqchen commented on issue #5250: [REFACTOR] StringImm -> String URL: https://github.com/apache/incubator-tvm/issues/5250#issuecomment-612147673 closed by #5276 Thanks to @zhiics This is an automated message from the Apache

[GitHub] [incubator-tvm] zhiics merged pull request #5304: [CI] Fix the hexagon string

2020-04-10 Thread GitBox
zhiics merged pull request #5304: [CI] Fix the hexagon string URL: https://github.com/apache/incubator-tvm/pull/5304 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-tvm] branch master updated: [CI] Fix the hexagon string (#5304)

2020-04-10 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic 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 5795539 [CI] Fix the hexagon string

[GitHub] [incubator-tvm] kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612176243 > @kevinthesun @wweic Is it reasonable to add "axis" parameter to tensor array concat? I encountered a

[GitHub] [incubator-tvm] masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612254537 @zhiics @comaniac The change to the vm/compiler.cc that moved second fusion before Inline has been reverted in #5277.

[GitHub] [incubator-tvm] tqchen commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
tqchen commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#issuecomment-612272170 @zhiics please take another look This is an

[GitHub] [incubator-tvm] zhiics merged pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
zhiics merged pull request #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271 This is an automated message from the Apache Git Service. To

[incubator-tvm] branch master updated (575d536 -> b72dd9d)

2020-04-10 Thread zhic
This is an automated email from the ASF dual-hosted git repository. zhic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 575d536 [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose operator (#5302) add b72dd9d [RUNTIME]

[GitHub] [incubator-tvm] zhiics commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc

2020-04-10 Thread GitBox
zhiics commented on issue #5271: [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc URL: https://github.com/apache/incubator-tvm/pull/5271#issuecomment-612274327 Thanks @tqchen This is an automated

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406963966 ## File path: python/tvm/relay/def_use.py ## @@ -0,0 +1,42 @@ +from . import expr +from .expr_functor

[GitHub] [incubator-tvm] icemelon9 commented on issue #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on issue #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#issuecomment-612260917 @zhiics could you take a look at this pass? This is an automated message

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406978511 ## File path: src/runtime/vm/vm.cc ## @@ -525,7 +533,8 @@ void InstructionPrint(std::ostream& os, const

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406977839 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,189 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406978538 ## File path: src/runtime/vm/vm.cc ## @@ -535,6 +544,7 @@ void InstructionPrint(std::ostream& os, const

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406978657 ## File path: python/tvm/relay/def_use.py ## @@ -0,0 +1,42 @@ +from . import expr +from .expr_functor

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406977664 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,189 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406979426 ## File path: include/tvm/relay/attrs/memory.h ## @@ -31,6 +31,20 @@ namespace tvm { namespace relay {

[GitHub] [incubator-tvm] masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612260657 Changes to multi output support in dnnl/codegen.cc has also been reverted in #5277, but I've already integrated that

[GitHub] [incubator-tvm] masahi commented on a change in pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on a change in pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#discussion_r406974254 ## File path: src/relay/backend/contrib/dnnl/codegen.cc ## @@ -53,163 +141,186 @@

[GitHub] [incubator-tvm] masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612256307 @kevinthesun I'm not entirely familiar with TF let alone its tensor array support. If that is fine I can

[GitHub] [incubator-tvm] comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612258124 > @zhiics @comaniac The change to the vm/compiler.cc that moved second fusion before Inline has been reverted in

[GitHub] [incubator-tvm] masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612259904 @comaniac Done. Please take a look at the last commit

[GitHub] [incubator-tvm] kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
kevinthesun commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612260354 @masahi Sure. Please go ahead and review. I think a lot of logics can be reused in pytorch.

[GitHub] [incubator-tvm] comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
comaniac commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612261195 > Changes to multi output support in dnnl/codegen.cc has also been reverted in #5277, but I've already integrated

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406985977 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,189 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406984489 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,189 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406983887 ## File path: python/tvm/relay/transform/memory_alloc.py ## @@ -26,8 +26,13 @@ from ... import DataType,

[GitHub] [incubator-tvm] masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612270589 > @masahi To support different axis we need to change both `define_tensor_concatenate` and

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406986484 ## File path: python/tvm/relay/transform/memory_plan.py ## @@ -0,0 +1,189 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
zhiics commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406983327 ## File path: python/tvm/relay/def_use.py ## @@ -0,0 +1,42 @@ +from . import expr +from .expr_functor

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1)

2020-04-10 Thread GitBox
icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory planner (part 1) URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406989002 ## File path: python/tvm/relay/def_use.py ## @@ -0,0 +1,42 @@ +from . import expr +from .expr_functor

[GitHub] [incubator-tvm] masahi edited a comment on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi edited a comment on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612270589 > @masahi To support different axis we need to change both `define_tensor_concatenate` and

[incubator-tvm] branch master updated (b72dd9d -> 4b27cd1)

2020-04-10 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 b72dd9d [RUNTIME] Introduce RValue reference(move) support to TypedPackedFunc (#5271) add 4b27cd1

[GitHub] [incubator-tvm] masahi merged pull request #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi merged pull request #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array

2020-04-10 Thread GitBox
masahi commented on issue #5243: [Frontend][TensorFlow]Improve TensorFlow Static Shape Tensor Array URL: https://github.com/apache/incubator-tvm/pull/5243#issuecomment-612293655 Thanks @kevinthesun This is an automated

[GitHub] [incubator-tvm] tqchen merged pull request #5282: [LLVM] Fix generation of LLVM intrinsics

2020-04-10 Thread GitBox
tqchen merged pull request #5282: [LLVM] Fix generation of LLVM intrinsics URL: https://github.com/apache/incubator-tvm/pull/5282 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-tvm] branch master updated: [LLVM] Fix generation of LLVM intrinsics (#5282)

2020-04-10 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 403929f [LLVM] Fix generation of LLVM

[GitHub] [incubator-tvm] tqchen opened a new pull request #5305: [IR][TRANSFORM] Enable CopyOnWrite for passes.

2020-04-10 Thread GitBox
tqchen opened a new pull request #5305: [IR][TRANSFORM] Enable CopyOnWrite for passes. URL: https://github.com/apache/incubator-tvm/pull/5305 This PR enables copy on write optimization for most of function and module passes construct. Note that I have changed the way we iterate over

[GitHub] [incubator-tvm] masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi commented on issue #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272#issuecomment-612313039 Thanks @zhiics @comaniac This is an automated

[GitHub] [incubator-tvm] masahi merged pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op

2020-04-10 Thread GitBox
masahi merged pull request #5272: [BYOC] Add example of Composite + Annotate for DNNL fused op URL: https://github.com/apache/incubator-tvm/pull/5272 This is an automated message from the Apache Git Service. To respond to

[incubator-tvm] branch master updated: [BYOC] Add example of Composite + Annotate for DNNL fused op (#5272)

2020-04-10 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 3616ebe [BYOC] Add example of Composite

[GitHub] [incubator-tvm] tqchen closed pull request #5305: [IR][TRANSFORM] Enable CopyOnWrite for passes.

2020-04-10 Thread GitBox
tqchen closed pull request #5305: [IR][TRANSFORM] Enable CopyOnWrite for passes. URL: https://github.com/apache/incubator-tvm/pull/5305 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated: [PYTORCH]Abs, Arange, Softplus ops (#5295)

2020-04-10 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 5b37d4c [PYTORCH]Abs, Arange, Softplus

[GitHub] [incubator-tvm] masahi merged pull request #5295: [PYTORCH]Abs, Arange, Softplus ops

2020-04-10 Thread GitBox
masahi merged pull request #5295: [PYTORCH]Abs, Arange, Softplus ops URL: https://github.com/apache/incubator-tvm/pull/5295 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-tvm] masahi commented on issue #5295: [PYTORCH]Abs, Arange, Softplus ops

2020-04-10 Thread GitBox
masahi commented on issue #5295: [PYTORCH]Abs, Arange, Softplus ops URL: https://github.com/apache/incubator-tvm/pull/5295#issuecomment-612329017 Thanks @siju-samuel This is an automated message from the Apache Git Service.

  1   2   >