[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-20 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r382400753 ## File path: python/tvm/autotvm/record.py ## @@ -119,20 +124,29 @@ def decode(row, protocol='json'):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-20 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r382400455 ## File path: python/tvm/autotvm/record.py ## @@ -119,20 +124,29 @@ def decode(row, protocol='json'):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-18 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r381088305 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +75,191 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-18 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r381088327 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +75,191 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-18 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r38102 ## File path: docs/api/python/dev.rst ## @@ -28,9 +28,9 @@ tvm.expr :members: :undoc-members:

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-18 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r381029964 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +75,191 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380387035 ## File path: python/tvm/autotvm/task/relay_integration.py ## @@ -67,27 +65,22 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380386976 ## File path: python/tvm/autotvm/database.py ## @@ -167,6 +167,7 @@ def filter(self, func):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380386997 ## File path: python/tvm/autotvm/record.py ## @@ -130,9 +135,17 @@ def decode(row, protocol='json'):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380386912 ## File path: include/tvm/relay/op_attr_types.h ## @@ -207,13 +216,137 @@ enum AnyCodegenStrategy {

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380386961 ## File path: python/tvm/autotvm/database.py ## @@ -125,7 +125,7 @@ def load(self, inp, get_all=False):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380383331 ## File path: python/tvm/autotvm/task/relay_integration.py ## @@ -67,27 +65,22 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380302988 ## File path: topi/python/topi/cuda/conv3d.py ## @@ -126,24 +78,55 @@ def schedule_conv3d_ncdhw_cuda(cfg,

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380301022 ## File path: topi/python/topi/arm_cpu/conv2d_alter_op.py ## @@ -0,0 +1,171 @@ +# Licensed to the Apache

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380296359 ## File path: topi/python/topi/arm_cpu/__init__.py ## @@ -14,13 +14,14 @@ # KIND, either express or

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-17 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r380295907 ## File path: src/relay/op/nn/convolution.h ## @@ -153,6 +153,16 @@ bool Conv2DRel(const Array& types,

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379988301 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +75,190 @@ def

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379988320 ## File path: include/tvm/relay/op_attr_types.h ## @@ -207,13 +216,137 @@ enum AnyCodegenStrategy {

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379988284 ## File path: python/tvm/autotvm/task/task.py ## @@ -116,43 +181,134 @@ def __repr__(self):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379988238 ## File path: python/tvm/autotvm/task/task.py ## @@ -116,43 +181,134 @@ def __repr__(self):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379987954 ## File path: python/tvm/autotvm/task/task.py ## @@ -116,43 +181,134 @@ def __repr__(self):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379987954 ## File path: python/tvm/autotvm/task/task.py ## @@ -116,43 +181,134 @@ def __repr__(self):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379987912 ## File path: python/tvm/relay/expr.py ## @@ -277,6 +277,12 @@ def set_params(self, params):

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy

2020-02-16 Thread GitBox
icemelon9 commented on a change in pull request #4644: [Relay][AutoTVM] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r379976934 ## File path: include/tvm/relay/op_attr_types.h ## @@ -207,13 +216,137 @@ enum AnyCodegenStrategy {