[GitHub] [incubator-tvm] cclauss opened a new pull request #4689: Rename start_rpc_server_to_tracker.py to start_rpc_server_to_tracker.sh

2020-01-10 Thread GitBox
cclauss opened a new pull request #4689: Rename start_rpc_server_to_tracker.py to start_rpc_server_to_tracker.sh URL: https://github.com/apache/incubator-tvm/pull/4689 This is a shell file, not a Python file. Thanks for contributing to TVM! Please refer to guideline https://docs.t

[incubator-tvm] branch master updated (a684bd6 -> 3d52a99)

2020-01-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 a684bd6 Use ==/!= to compare str, bytes, and int literals (#4686) add 3d52a99 [REFACTOR][IR] Allow Modu

[GitHub] [incubator-tvm] tqchen merged pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc

2020-01-10 Thread GitBox
tqchen merged pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc URL: https://github.com/apache/incubator-tvm/pull/4678 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365504204 ## File path: topi/tests/python/test_topi_conv1d.py ## @@ -0,0 +1,103 @@ +# Licensed to the Apache Software Foundation (

[GitHub] [incubator-tvm] tqchen merged pull request #4686: Use ==/!= to compare str, bytes, and int literals

2020-01-10 Thread GitBox
tqchen merged pull request #4686: Use ==/!= to compare str, bytes, and int literals URL: https://github.com/apache/incubator-tvm/pull/4686 This is an automated message from the Apache Git Service. To respond to the message,

[incubator-tvm] branch master updated (b0b914c -> a684bd6)

2020-01-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 b0b914c Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py (#4685) add a684bd6 Use ==/!=

[incubator-tvm] branch master updated (56416ed -> b0b914c)

2020-01-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 56416ed [TOPI][RELAY][OP] add op crop_and_resize (#4417) add b0b914c Fix Python syntax error AGAIN in

[GitHub] [incubator-tvm] tqchen merged pull request #4685: Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py

2020-01-10 Thread GitBox
tqchen merged pull request #4685: Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py URL: https://github.com/apache/incubator-tvm/pull/4685 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] merrymercy commented on issue #4151: [AutoTVM] Added an autotuning Config Library to store autotune results

2020-01-10 Thread GitBox
merrymercy commented on issue #4151: [AutoTVM] Added an autotuning Config Library to store autotune results URL: https://github.com/apache/incubator-tvm/pull/4151#issuecomment-573283156 @mbarrett97 any update? This is an auto

[GitHub] [incubator-tvm] merrymercy removed a comment on issue #4151: [AutoTVM] Added an autotuning Config Library to store autotune results

2020-01-10 Thread GitBox
merrymercy removed a comment on issue #4151: [AutoTVM] Added an autotuning Config Library to store autotune results URL: https://github.com/apache/incubator-tvm/pull/4151#issuecomment-573283156 @mbarrett97 any update? This is

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
masahi commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365498346 ## File path: topi/tests/python/test_topi_conv1d.py ## @@ -0,0 +1,103 @@ +# Licensed to the Apache Software Foundation (A

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

2020-01-10 Thread GitBox
zhiics commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417#issuecomment-573277869 Thanks @yongwww @jwfromm @kevinthesun @anijain2305 This is an automated m

[GitHub] [incubator-tvm] optima2005 commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
optima2005 commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365497175 ## File path: topi/tests/python/test_topi_conv1d.py ## @@ -0,0 +1,103 @@ +# Licensed to the Apache Software Foundatio

[GitHub] [incubator-tvm] zhiics merged pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize

2020-01-10 Thread GitBox
zhiics merged pull request #4417: [TOPI][RELAY][OP] add op crop_and_resize URL: https://github.com/apache/incubator-tvm/pull/4417 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-tvm] branch master updated (12e51e6 -> 56416ed)

2020-01-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 12e51e6 [REFACTOR][IR] Initialize Unified IR Expr Data Structure (#4673) add 56416ed [TOPI][RELAY][OP] a

[GitHub] [incubator-tvm] cclauss opened a new pull request #4688: GitHub Action lint Python code for syntax errors

2020-01-10 Thread GitBox
cclauss opened a new pull request #4688: GitHub Action lint Python code for syntax errors URL: https://github.com/apache/incubator-tvm/pull/4688 https://flake8.pycqa.org/en/latest/user/error-codes.html On the flake8 test selection, this PR does _not_ focus on "_style violations_" (t

[GitHub] [incubator-tvm] tqchen merged pull request #4673: [REFACTOR][IR] Initialize Unified IR Expr Data Structure

2020-01-10 Thread GitBox
tqchen merged pull request #4673: [REFACTOR][IR] Initialize Unified IR Expr Data Structure URL: https://github.com/apache/incubator-tvm/pull/4673 This is an automated message from the Apache Git Service. To respond to the me

[incubator-tvm] branch master updated (86092de -> 12e51e6)

2020-01-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 86092de [REFACTOR] Replace TensorObj and TensorValue with NDArray (#4643) add 12e51e6 [REFACTOR][IR] I

[GitHub] [incubator-tvm] tqchen opened a new pull request #4687: [REFACTOR][IR] Unified IR Primitive Op and Registry

2020-01-10 Thread GitBox
tqchen opened a new pull request #4687: [REFACTOR][IR] Unified IR Primitive Op and Registry URL: https://github.com/apache/incubator-tvm/pull/4687 This PR migrates relay's Op into the ir folder. Op and its registry provides an useful mechanism to store any attribute meta-data of an op

[GitHub] [incubator-tvm] tqchen commented on issue #4687: [REFACTOR][IR] Unified IR Primitive Op and Registry

2020-01-10 Thread GitBox
tqchen commented on issue #4687: [REFACTOR][IR] Unified IR Primitive Op and Registry URL: https://github.com/apache/incubator-tvm/pull/4687#issuecomment-573272271 depends on #4678 , cc @jroesch @zhiics @wweic @icemelon9 @yzhliu @ZihengJiang @Hzfengsy @merrymercy -

[GitHub] [incubator-tvm] cclauss opened a new pull request #4686: Use ==/!= to compare str, bytes, and int literals

2020-01-10 Thread GitBox
cclauss opened a new pull request #4686: Use ==/!= to compare str, bytes, and int literals URL: https://github.com/apache/incubator-tvm/pull/4686 Identity is not the same thing as equality in Python so use ==/!= to compare str, bytes, and int literals. In Python >= 3.8, these instances wil

[GitHub] [incubator-tvm] tqchen edited a comment on issue #4673: [REFACTOR][IR] Initialize Unified IR Expr Data Structure

2020-01-10 Thread GitBox
tqchen edited a comment on issue #4673: [REFACTOR][IR] Initialize Unified IR Expr Data Structure URL: https://github.com/apache/incubator-tvm/pull/4673#issuecomment-572825641 cc @jroesch @wweic @icemelon9 @yzhliu @merrymercy @ZihengJiang ---

[GitHub] [incubator-tvm] cclauss opened a new pull request #4685: Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py

2020-01-10 Thread GitBox
cclauss opened a new pull request #4685: Fix Python syntax error AGAIN in start_rpc_server_to_tracker.py URL: https://github.com/apache/incubator-tvm/pull/4685 #4682 Tried to fix a Python syntax error but did not go far enough because there are _three sets_ of embedded quotes. This PR s

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365487118 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -1494,6 +1499,112 @@

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365487145 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -1494,6 +1499,112 @@

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365486547 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -98,6 +98,7 @@ def _

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365486808 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -98,6 +98,7 @@ def _

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365486547 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -98,6 +98,7 @@ def _

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365486236 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -98,6 +98,7 @@ def _

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
FrozenGene commented on a change in pull request #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#discussion_r365486236 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -98,6 +98,7 @@ def _

[GitHub] [incubator-tvm] jroesch merged pull request #4643: [REFACTOR] Replace TensorObj and TensorValue with NDArray

2020-01-10 Thread GitBox
jroesch merged pull request #4643: [REFACTOR] Replace TensorObj and TensorValue with NDArray URL: https://github.com/apache/incubator-tvm/pull/4643 This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch master updated (dcf7fbf -> 86092de)

2020-01-10 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from dcf7fbf [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter (#4318) add 86092de [RE

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

2020-01-10 Thread GitBox
vinx13 commented on issue #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#issuecomment-573256490 @abergeron Thanks for the fix This is an aut

[GitHub] [incubator-tvm] vinx13 merged pull request #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2020-01-10 Thread GitBox
vinx13 merged pull request #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318 This is an automated message from the Apache Git Service. To resp

[incubator-tvm] branch master updated (4073125 -> dcf7fbf)

2020-01-10 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 4073125 [Bugfix] fskip of EliminateCommonSubexpr cannot always return false (#4620) add dcf7fbf [Relay]

[GitHub] [incubator-tvm] vinx13 merged pull request #4620: [Bugfix] fskip of EliminateCommonSubexpr cannot always return false

2020-01-10 Thread GitBox
vinx13 merged pull request #4620: [Bugfix] fskip of EliminateCommonSubexpr cannot always return false URL: https://github.com/apache/incubator-tvm/pull/4620 This is an automated message from the Apache Git Service. To respon

[incubator-tvm] branch master updated (efab2c7 -> 4073125)

2020-01-10 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 efab2c7 Fix Python syntax error in start_rpc_server_to_tracker.py (#4682) add 4073125 [Bugfix] fskip of

[GitHub] [incubator-tvm] yzhliu opened a new pull request #4684: [Arith] add ShapeVar representing non-neg valued variable in a tensor shape

2020-01-10 Thread GitBox
yzhliu opened a new pull request #4684: [Arith] add ShapeVar representing non-neg valued variable in a tensor shape URL: https://github.com/apache/incubator-tvm/pull/4684 To provide extra information for arith simplification. This is an alternative approach for https://github.com/ap

[GitHub] [incubator-tvm] tqchen commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes

2020-01-10 Thread GitBox
tqchen commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes URL: https://github.com/apache/incubator-tvm/pull/4650#issuecomment-573251179 Placeholder will normally be translated into a load, and it can be quite tricky to deal with functions whose shape needed

[incubator-tvm] branch master updated (2327bb9 -> efab2c7)

2020-01-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 2327bb9 [Relay][Frontend][TFlite] Add parses support for SLICE (#4502) add efab2c7 Fix Python syntax er

[GitHub] [incubator-tvm] tqchen merged pull request #4682: Fix Python syntax error in start_rpc_server_to_tracker.py

2020-01-10 Thread GitBox
tqchen merged pull request #4682: Fix Python syntax error in start_rpc_server_to_tracker.py URL: https://github.com/apache/incubator-tvm/pull/4682 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-tvm] dpankratz commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes

2020-01-10 Thread GitBox
dpankratz commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes URL: https://github.com/apache/incubator-tvm/pull/4650#issuecomment-573241236 @tqchen Thanks for the response. I suspected something along those lines. Out of curiousity, what distinction be

[GitHub] [incubator-tvm] tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

2020-01-10 Thread GitBox
tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops URL: https://github.com/apache/incubator-tvm/pull/4666#issuecomment-573238937 please request reviews by at reviewers This

[GitHub] [incubator-tvm] tqchen commented on issue #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

2020-01-10 Thread GitBox
tqchen commented on issue #4543: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess URL: https://github.com/apache/incubator-tvm/pull/4543#issuecomment-573238646 @mbarrett97 please update as per review comment, @FrozenGene please https://docs.tvm.ai/contribute/code_review.html

[incubator-tvm] branch master updated (74d5cf4 -> 2327bb9)

2020-01-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 74d5cf4 os.path --> osp to match the import (#4681) add 2327bb9 [Relay][Frontend][TFlite] Add parses su

[GitHub] [incubator-tvm] tqchen merged pull request #4502: [Relay][Frontend][TFlite] Add parses support for SLICE

2020-01-10 Thread GitBox
tqchen merged pull request #4502: [Relay][Frontend][TFlite] Add parses support for SLICE URL: https://github.com/apache/incubator-tvm/pull/4502 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-tvm] tqchen commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes

2020-01-10 Thread GitBox
tqchen commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes URL: https://github.com/apache/incubator-tvm/pull/4650#issuecomment-573238064 Thanks @dpankratz I am not sure though if we really want to raise this restriction, because that will make the shape infe

[GitHub] [incubator-tvm] tqchen merged pull request #4681: os.path --> osp to match the import

2020-01-10 Thread GitBox
tqchen merged pull request #4681: os.path --> osp to match the import URL: https://github.com/apache/incubator-tvm/pull/4681 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[incubator-tvm] branch master updated (336c21b -> 74d5cf4)

2020-01-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 336c21b GitHub actions/checkout@v1 --> v2 (#4680) add 74d5cf4 os.path --> osp to match the import (#468

[GitHub] [incubator-tvm] zhiics opened a new pull request #4683: Revert 71 update neo ai tvm

2020-01-10 Thread GitBox
zhiics opened a new pull request #4683: Revert 71 update neo ai tvm URL: https://github.com/apache/incubator-tvm/pull/4683 Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, pleas

[incubator-tvm] branch master updated (cfbecc5 -> 336c21b)

2020-01-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 cfbecc5 Also package core.rly (#4679) add 336c21b GitHub actions/checkout@v1 --> v2 (#4680) No new rev

[GitHub] [incubator-tvm] tqchen merged pull request #4680: GitHub actions/checkout@v1 --> v2

2020-01-10 Thread GitBox
tqchen merged pull request #4680: GitHub actions/checkout@v1 --> v2 URL: https://github.com/apache/incubator-tvm/pull/4680 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] zhiics closed pull request #4683: Revert 71 update neo ai tvm

2020-01-10 Thread GitBox
zhiics closed pull request #4683: Revert 71 update neo ai tvm URL: https://github.com/apache/incubator-tvm/pull/4683 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-tvm] branch master updated (a059f7b -> cfbecc5)

2020-01-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 a059f7b [CI] Bump to use the new cpu image (#4677) add cfbecc5 Also package core.rly (#4679) No new re

[GitHub] [incubator-tvm] tqchen merged pull request #4679: Also package core.rly

2020-01-10 Thread GitBox
tqchen merged pull request #4679: Also package core.rly URL: https://github.com/apache/incubator-tvm/pull/4679 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-tvm] tqchen merged pull request #4677: [CI] Bump to use the new cpu image

2020-01-10 Thread GitBox
tqchen merged pull request #4677: [CI] Bump to use the new cpu image URL: https://github.com/apache/incubator-tvm/pull/4677 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-tvm] branch master updated (8d83da6 -> a059f7b)

2020-01-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 8d83da6 fix topi.nn.global_pool layout="NHWC" (#4656) add a059f7b [CI] Bump to use the new cpu image (#

[GitHub] [incubator-tvm] jwfromm commented on issue #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on issue #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#issuecomment-573218930 @optima2005 I think I've addressed all your comments. Can you take another look and let me know what you think? --

[GitHub] [incubator-tvm] cclauss opened a new pull request #4682: Fix Python syntax error in start_rpc_server_to_tracker.py

2020-01-10 Thread GitBox
cclauss opened a new pull request #4682: Fix Python syntax error in start_rpc_server_to_tracker.py URL: https://github.com/apache/incubator-tvm/pull/4682 [flake8](http://flake8.pycqa.org) testing of https://github.com/apache/incubator-tvm on Python 3.8.0 $ __flake8 . --count --selec

[GitHub] [incubator-tvm] cclauss opened a new pull request #4681: os.path --> osp to match the import

2020-01-10 Thread GitBox
cclauss opened a new pull request #4681: os.path --> osp to match the import URL: https://github.com/apache/incubator-tvm/pull/4681 Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitt

[GitHub] [incubator-tvm] cclauss opened a new pull request #4680: GitHub actions/checkout@v1 --> v2

2020-01-10 Thread GitBox
cclauss opened a new pull request #4680: GitHub actions/checkout@v1 --> v2 URL: https://github.com/apache/incubator-tvm/pull/4680 https://github.com/actions/checkout/releases Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful inform

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365377388 ## File path: tests/python/frontend/onnx/test_forward.py ## @@ -1732,22 +1732,34 @@ def test_or(): verify_or(indata

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365401102 ## File path: tests/python/frontend/onnx/test_forward.py ## @@ -1761,18 +1773,95 @@ def verify_conv(x_shape, w_shape, y_

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365400991 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -223,37 +223,64 @@ class Conv(OnnxOpConverter): @classmetho

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365397868 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365398358 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365398006 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365397553 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
tmoreau89 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365397726 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,156 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] abergeron commented on issue #4679: Also package core.rly

2020-01-10 Thread GitBox
abergeron commented on issue #4679: Also package core.rly URL: https://github.com/apache/incubator-tvm/pull/4679#issuecomment-573173309 @tqchen This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-tvm] abergeron opened a new pull request #4679: Also package core.rly

2020-01-10 Thread GitBox
abergeron opened a new pull request #4679: Also package core.rly URL: https://github.com/apache/incubator-tvm/pull/4679 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-tvm] tqchen commented on issue #4656: fix topi.nn.global_pool layout="NHWC"

2020-01-10 Thread GitBox
tqchen commented on issue #4656: fix topi.nn.global_pool layout="NHWC" URL: https://github.com/apache/incubator-tvm/pull/4656#issuecomment-573163568 Thanks @kevinthesun @qihaitao ! This is an automated message from the Apache

[incubator-tvm] branch master updated (07b45d9 -> 8d83da6)

2020-01-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 07b45d9 [CI] Update deps for chisel (#4675) add 8d83da6 fix topi.nn.global_pool layout="NHWC" (#4656)

[GitHub] [incubator-tvm] tqchen merged pull request #4656: fix topi.nn.global_pool layout="NHWC"

2020-01-10 Thread GitBox
tqchen merged pull request #4656: fix topi.nn.global_pool layout="NHWC" URL: https://github.com/apache/incubator-tvm/pull/4656 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-tvm] tqchen commented on issue #4676: Building TVM from source for Windows with LLVM support

2020-01-10 Thread GitBox
tqchen commented on issue #4676: Building TVM from source for Windows with LLVM support URL: https://github.com/apache/incubator-tvm/issues/4676#issuecomment-573162582 A PR is more than welcomed This is an automated message f

[GitHub] [incubator-tvm] tqchen commented on issue #4678: [REFACTOR][IR] Allow Module to store BaseFunc

2020-01-10 Thread GitBox
tqchen commented on issue #4678: [REFACTOR][IR] Allow Module to store BaseFunc URL: https://github.com/apache/incubator-tvm/pull/4678#issuecomment-573162010 cc @wweic @MarisaKirisame @jroesch @zhiics @icemelon9 This is an aut

[GitHub] [incubator-tvm] tqchen opened a new pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc

2020-01-10 Thread GitBox
tqchen opened a new pull request #4678: [REFACTOR][IR] Allow Module to store BaseFunc URL: https://github.com/apache/incubator-tvm/pull/4678 Under the unified IR. We will allow a single IRModule to store different function variants, such as relay::Function, ExternFunc, and low-level f

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365379427 ## File path: topi/python/topi/cuda/conv1d.py ## @@ -0,0 +1,308 @@ +# Licensed to the Apache Software Foundation (ASF) u

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365379427 ## File path: topi/python/topi/cuda/conv1d.py ## @@ -0,0 +1,308 @@ +# Licensed to the Apache Software Foundation (ASF) u

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D

2020-01-10 Thread GitBox
jwfromm commented on a change in pull request #4639: [Relay/Topi][Op] Conv1D URL: https://github.com/apache/incubator-tvm/pull/4639#discussion_r365377388 ## File path: tests/python/frontend/onnx/test_forward.py ## @@ -1732,22 +1732,34 @@ def test_or(): verify_or(indata

[GitHub] [incubator-tvm] tqchen commented on issue #4674: [VTA] Update docker for TSIM based simulation

2020-01-10 Thread GitBox
tqchen commented on issue #4674: [VTA] Update docker for TSIM based simulation URL: https://github.com/apache/incubator-tvm/pull/4674#issuecomment-573155742 CI Image update https://github.com/apache/incubator-tvm/pull/4677 Thi

[GitHub] [incubator-tvm] tqchen opened a new pull request #4677: [CI] Bump to use the new cpu image

2020-01-10 Thread GitBox
tqchen opened a new pull request #4677: [CI] Bump to use the new cpu image URL: https://github.com/apache/incubator-tvm/pull/4677 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-tvm] branch master updated (54fb55a -> 07b45d9)

2020-01-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 54fb55a [CodeGen] Generate blob use LLVM directly (#4657) add 07b45d9 [CI] Update deps for chisel (#467

[GitHub] [incubator-tvm] tqchen merged pull request #4675: [CI] Update deps for chisel

2020-01-10 Thread GitBox
tqchen merged pull request #4675: [CI] Update deps for chisel URL: https://github.com/apache/incubator-tvm/pull/4675 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] abergeron commented on a change in pull request #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter

2020-01-10 Thread GitBox
abergeron commented on a change in pull request #4318: [Relay][TOPI]Fix meaning of conv2d_transpose output_padding parameter URL: https://github.com/apache/incubator-tvm/pull/4318#discussion_r365352509 ## File path: python/tvm/autotvm/tophub.py ## @@ -55,7 +55,7 @@ 'm

[GitHub] [incubator-tvm] soiferj commented on issue #4465: [AutoTVM] Tune softmax CUDA schedule

2020-01-10 Thread GitBox
soiferj commented on issue #4465: [AutoTVM] Tune softmax CUDA schedule URL: https://github.com/apache/incubator-tvm/pull/4465#issuecomment-573135528 Yeah, sorry for the delay :( between the holidays and other projects I've been really busy. I will try to finish this up ASAP. --

[GitHub] [incubator-tvm] burlachenkok opened a new issue #4676: Building TVM from source for Windows with LLVM support

2020-01-10 Thread GitBox
burlachenkok opened a new issue #4676: Building TVM from source for Windows with LLVM support URL: https://github.com/apache/incubator-tvm/issues/4676 During building TVM with LLVM support I have faced with two ways how to build TVM for Windows with LLLVM support: (1) cmake -G "Visu

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization

2020-01-10 Thread GitBox
zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization URL: https://github.com/apache/incubator-tvm/pull/4564#discussion_r365336690 ## File path: docs/dev/introduction_to_module_serialization.rst ## @@ -0,0 +1,227 @@ +.. Licensed to

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization

2020-01-10 Thread GitBox
zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization URL: https://github.com/apache/incubator-tvm/pull/4564#discussion_r365337738 ## File path: docs/dev/introduction_to_module_serialization.rst ## @@ -0,0 +1,227 @@ +.. Licensed to

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization

2020-01-10 Thread GitBox
zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization URL: https://github.com/apache/incubator-tvm/pull/4564#discussion_r365336370 ## File path: docs/dev/introduction_to_module_serialization.rst ## @@ -0,0 +1,227 @@ +.. Licensed to

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization

2020-01-10 Thread GitBox
zhiics commented on a change in pull request #4564: [Doc] Introduction to module serialization URL: https://github.com/apache/incubator-tvm/pull/4564#discussion_r365336043 ## File path: docs/dev/introduction_to_module_serialization.rst ## @@ -0,0 +1,227 @@ +.. Licensed to

[incubator-tvm] branch master updated (f16f245 -> 54fb55a)

2020-01-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 f16f245 [VTA] Update docker for TSIM based simulation (#4674) add 54fb55a [CodeGen] Generate blob use LLV

[GitHub] [incubator-tvm] zhiics merged pull request #4657: [CodeGen] Generate blob use LLVM directly

2020-01-10 Thread GitBox
zhiics merged pull request #4657: [CodeGen] Generate blob use LLVM directly URL: https://github.com/apache/incubator-tvm/pull/4657 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-tvm] zhiics commented on issue #4657: [CodeGen] Generate blob use LLVM directly

2020-01-10 Thread GitBox
zhiics commented on issue #4657: [CodeGen] Generate blob use LLVM directly URL: https://github.com/apache/incubator-tvm/pull/4657#issuecomment-573118852 Thanks @FrozenGene @tqchen This is an automated message from the Apache

[GitHub] [incubator-tvm] tqchen opened a new pull request #4675: [CI] Update deps for chisel

2020-01-10 Thread GitBox
tqchen opened a new pull request #4675: [CI] Update deps for chisel URL: https://github.com/apache/incubator-tvm/pull/4675 cc @tmoreau89 @liangfu This is an automated message from the Apache Git Service. To respond to the mes

[incubator-tvm] branch master updated (a277575 -> f16f245)

2020-01-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 a277575 Added pool autopadding and simplified parsers. (#4672) add f16f245 [VTA] Update docker for TSIM

[GitHub] [incubator-tvm] tqchen merged pull request #4674: [VTA] Update docker for TSIM based simulation

2020-01-10 Thread GitBox
tqchen merged pull request #4674: [VTA] Update docker for TSIM based simulation URL: https://github.com/apache/incubator-tvm/pull/4674 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-tvm] yongfeng-nv commented on a change in pull request #4651: Tensor Expression Debug Display (TEDD)

2020-01-10 Thread GitBox
yongfeng-nv commented on a change in pull request #4651: Tensor Expression Debug Display (TEDD) URL: https://github.com/apache/incubator-tvm/pull/4651#discussion_r365324499 ## File path: python/tvm/contrib/tedd.py ## @@ -0,0 +1,506 @@ +# Licensed to the Apache Software Fou

[GitHub] [incubator-tvm] masahi commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
masahi commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365293197 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,154 @@ +# Licensed to the Apache So

[GitHub] [incubator-tvm] vinx13 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA

2020-01-10 Thread GitBox
vinx13 commented on a change in pull request #4667: [Tutorial] Deploy Quantized Model on CUDA URL: https://github.com/apache/incubator-tvm/pull/4667#discussion_r365245824 ## File path: tutorials/frontend/deploy_quantized.py ## @@ -0,0 +1,154 @@ +# Licensed to the Apache So

  1   2   >