[GitHub] [incubator-tvm] masahi opened a new pull request #4769: [TOPI] Remove cpp upsampling and resize op

2020-01-22 Thread GitBox
masahi opened a new pull request #4769: [TOPI] Remove cpp upsampling and resize op URL: https://github.com/apache/incubator-tvm/pull/4769 Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is

[incubator-tvm] branch master updated (4f92cfe -> 23ba37d)

2020-01-22 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 4f92cfe Improve CUDA conv2d_transpose_nchw (#4762) add 23ba37d pooling.cc improvements (#4767) No new r

[GitHub] [incubator-tvm] vinx13 merged pull request #4767: pooling.cc improvements

2020-01-22 Thread GitBox
vinx13 merged pull request #4767: pooling.cc improvements URL: https://github.com/apache/incubator-tvm/pull/4767 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-tvm] vinx13 commented on issue #4767: pooling.cc improvements

2020-01-22 Thread GitBox
vinx13 commented on issue #4767: pooling.cc improvements URL: https://github.com/apache/incubator-tvm/pull/4767#issuecomment-577454825 Thanks @apivovarov this is merged This is an automated message from the Apache Git Service.

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369882107 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369881106 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] icemelon9 commented on issue #4764: [CI] ci-gpu update blockers

2020-01-22 Thread GitBox
icemelon9 commented on issue #4764: [CI] ci-gpu update blockers URL: https://github.com/apache/incubator-tvm/issues/4764#issuecomment-577450537 I'll take a look at the MXNet test error. This is an automated message from the A

[GitHub] [incubator-tvm] huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369853302 ## File path: vta/python/vta/top/graphpack.py ## @@ -309,

[GitHub] [incubator-tvm] huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369853123 ## File path: vta/python/vta/top/graphpack.py ## @@ -309,

[GitHub] [incubator-tvm] hlu1 opened a new pull request #4768: [Doc] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL

2020-01-22 Thread GitBox
hlu1 opened a new pull request #4768: [Doc] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL URL: https://github.com/apache/incubator-tvm/pull/4768 Follow up to https://github.com/apache/incubator-tvm/pull/4621 @tqchen, please review --

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369846087 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369848344 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369846087 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on a change in pull request #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#discussion_r369846920 ## File path: vta/python/vta/top/graphpack.py ## @@ -309

[GitHub] [incubator-tvm] huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577418290 Hi @tmoreau89 , @liangfu , change already done. thanks. Regards Hua -

[GitHub] [incubator-tvm] liangfu edited a comment on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu edited a comment on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577414054 +1, for defaulting to `None` as ignore.

[GitHub] [incubator-tvm] liangfu commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
liangfu commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577414054 +1, for default to `None` as ignore. --

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577407734 Ok, can we then switch the default to `None` in order to ensure that `-1` is not mistaken

[GitHub] [incubator-tvm] masahi edited a comment on issue #4756: [Docker] Update torch version to 1.4

2020-01-22 Thread GitBox
masahi edited a comment on issue #4756: [Docker] Update torch version to 1.4 URL: https://github.com/apache/incubator-tvm/pull/4756#issuecomment-577406065 @leandron yes, torchvision 0.5 seems to be compatible with PIL 7.0 (fixed in [#1501](https://github.com/pytorch/vision/pull/1501)). My i

[GitHub] [incubator-tvm] masahi commented on issue #4756: [Docker] Update torch version to 1.4

2020-01-22 Thread GitBox
masahi commented on issue #4756: [Docker] Update torch version to 1.4 URL: https://github.com/apache/incubator-tvm/pull/4756#issuecomment-577406065 @leandron yes, torchvision 0.5 seems to be compatible with PIL 7.0. My installation was already 7.0. ``` In [5]: import PIL

[GitHub] [incubator-tvm] huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577406008 > I see, so in this case `-1` does not refer to "last" but instead refers to the default cas

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577399577 I see, so in this case `-1` does not refer to "last" but instead refers to the default ca

[GitHub] [incubator-tvm] apivovarov opened a new pull request #4767: pooling.cc improvements

2020-01-22 Thread GitBox
apivovarov opened a new pull request #4767: pooling.cc improvements URL: https://github.com/apache/incubator-tvm/pull/4767 Improvements: 1. construct oshape vector using iter.begin(). iter.end() constructor 2. use stack array instead of dyn mem alloc vector if possible. --

[GitHub] [incubator-tvm] yzhliu commented on a change in pull request #4765: [tir] make IterVar extends Var

2020-01-22 Thread GitBox
yzhliu commented on a change in pull request #4765: [tir] make IterVar extends Var URL: https://github.com/apache/incubator-tvm/pull/4765#discussion_r369754812 ## File path: src/tir/ir/expr.cc ## @@ -45,24 +45,28 @@ SizeVar::SizeVar(std::string name_hint, DataType t) Size

[GitHub] [incubator-tvm] yzhliu commented on a change in pull request #4765: [tir] make IterVar extends Var

2020-01-22 Thread GitBox
yzhliu commented on a change in pull request #4765: [tir] make IterVar extends Var URL: https://github.com/apache/incubator-tvm/pull/4765#discussion_r369754311 ## File path: include/tvm/tir/expr.h ## @@ -236,21 +228,33 @@ enum IterVarType : int { * \brief Iteration Varia

[GitHub] [incubator-tvm] huajsj edited a comment on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj edited a comment on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577340014 > Thank you @huajsj for addressing the comments. Is there a reason why we are default

[GitHub] [incubator-tvm] huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577340014 > Thank you @huajsj for addressing the comments. Is there a reason why we are defaulting to

[GitHub] [incubator-tvm] tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
tmoreau89 commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577332120 Thank you @huajsj for addressing the comments. Is there a reason why we are defaulting to

[GitHub] [incubator-tvm] huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack.

2020-01-22 Thread GitBox
huajsj commented on issue #4703: [VTA] Support network which have no unique operator as start/stop name for graph pack. URL: https://github.com/apache/incubator-tvm/pull/4703#issuecomment-577327346 Hi @tmoreau89 @liangfu , all review comments get addressed, please let me know if have any m

[GitHub] [incubator-tvm] leandron commented on issue #4756: [Docker] Update torch version to 1.4

2020-01-22 Thread GitBox
leandron commented on issue #4756: [Docker] Update torch version to 1.4 URL: https://github.com/apache/incubator-tvm/pull/4756#issuecomment-577296355 Hi @masahi, I think it is also relevant to see whether these change I sent a few weeks ago (https://github.com/apache/incubator-tvm/pull/4632

[GitHub] [incubator-tvm] shoubhik commented on issue #4764: [CI] ci-gpu update blockers

2020-01-22 Thread GitBox
shoubhik commented on issue #4764: [CI] ci-gpu update blockers URL: https://github.com/apache/incubator-tvm/issues/4764#issuecomment-577277275 Might be a little busy today. But will surely get to it tomorrow. This is an autom

[GitHub] [incubator-tvm] shoubhik commented on issue #4764: [CI] ci-gpu update blockers

2020-01-22 Thread GitBox
shoubhik commented on issue #4764: [CI] ci-gpu update blockers URL: https://github.com/apache/incubator-tvm/issues/4764#issuecomment-577277627 Might be a littlebusy today, will defenitely look at it tomorrow. This is an autom

[GitHub] [incubator-tvm] masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-577244252 @alexwong I made a bunch of comments but some of them might not be correct. I wrote [a modified version](https://gist.github.co

[GitHub] [incubator-tvm] masahi commented on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-577244252 @alexwong I made a bunch of comments but some of them might not be correct. I wrote [a modified version](https://gist.github.com/masahi

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369626019 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369611489 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369613238 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369611489 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369609581 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369609007 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369607713 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369606253 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] kevinyuan commented on issue #4694: [VTA] Fix an issue in updating uop_idx in the TensorGemm module

2020-01-22 Thread GitBox
kevinyuan commented on issue #4694: [VTA] Fix an issue in updating uop_idx in the TensorGemm module URL: https://github.com/apache/incubator-tvm/pull/4694#issuecomment-577218980 Hi @liangfu, Have you got a chance to figure out the root cause of "The problem is how to get correct pre

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369606253 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369605072 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369603425 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369598771 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369600861 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369598771 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369560699 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369593441 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369582532 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369582532 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369582532 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369579603 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369574477 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369571350 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369539697 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369568036 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369566503 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[incubator-tvm] branch master updated: Improve CUDA conv2d_transpose_nchw (#4762)

2020-01-22 Thread wuwei
This is an automated email from the ASF dual-hosted git repository. wuwei 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 4f92cfe Improve CUDA conv2d_transpose_nch

[GitHub] [incubator-tvm] vinx13 merged pull request #4762: Improve CUDA conv2d_transpose_nchw

2020-01-22 Thread GitBox
vinx13 merged pull request #4762: Improve CUDA conv2d_transpose_nchw URL: https://github.com/apache/incubator-tvm/pull/4762 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369552116 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369561930 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369561507 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369560699 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369552116 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369552116 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369545034 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369546183 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369543379 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369543010 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369542369 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369541404 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369540915 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369541045 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369540508 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369539697 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369448527 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu`

2020-01-22 Thread GitBox
llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu` URL: https://github.com/apache/incubator-tvm/issues/4755#issuecomment-577081257 So I switch to build it manually, and I got the error ``` Cloning into '3rdparty/dmlc-core'... Submodule path '3rdpa

[GitHub] [incubator-tvm] llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu`

2020-01-22 Thread GitBox
llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu` URL: https://github.com/apache/incubator-tvm/issues/4755#issuecomment-577081257 So I switch to build it manually, and I got the error ``` Cloning into '3rdparty/dmlc-core'... Submodule path '3rdpa

[GitHub] [incubator-tvm] llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu`

2020-01-22 Thread GitBox
llhuii edited a comment on issue #4755: Can’t pull the docker image `tvmai/demo-gpu` URL: https://github.com/apache/incubator-tvm/issues/4755#issuecomment-577081257 So I switch to build it manually, and I got the error ``` Cloning into '3rdparty/dmlc-core'... Submodule path '3rdpa

[GitHub] [incubator-tvm] llhuii commented on issue #4755: Can’t pull the docker image `tvmai/demo-gpu`

2020-01-22 Thread GitBox
llhuii commented on issue #4755: Can’t pull the docker image `tvmai/demo-gpu` URL: https://github.com/apache/incubator-tvm/issues/4755#issuecomment-577081257 So I switch to build it manually, and I got the error ``` Cloning into '3rdparty/dmlc-core'... Submodule path '3rdparty/dmlc

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369430546 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369430546 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369428504 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-577061566 @alexwong I've sent a PR #4756 which updates PyTorch on CI to 1.4. You can add ```torch._C._jit_pass_inline(trace.graph)``` afte

[GitHub] [incubator-tvm] masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi edited a comment on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-577061566 @alexwong I've sent a PR #4756 which updates PyTorch on CI to 1.4. You can add ```torch._C._jit_pass_inline(trace.graph)``` afte

[GitHub] [incubator-tvm] masahi commented on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on issue #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#issuecomment-577061566 @alexwong I've sent a PR #4756 which updates PyTorch on CI to 1.4. You can add ```torch._C._jit_pass_inline(trace.graph)``` after tracin

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369414847 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369414847 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369413598 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser

2020-01-22 Thread GitBox
masahi commented on a change in pull request #4497: [WIP] [Relay] Add a PyTorch to Relay Parser URL: https://github.com/apache/incubator-tvm/pull/4497#discussion_r369398329 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -0,0 +1,1138 @@ +# Licensed to the Apache S