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

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

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

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

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

2020-02-10 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r377403933 ## File path: include/tvm/te/schedule.h ## @@ -742,6 +743,55 @@ class SingletonNode : public IterVarRelationNode {

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

2020-02-10 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r377403861 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +85,317 @@ def _get_cache_key(source_func, target

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

2020-02-10 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r377403661 ## File path: python/tvm/schedule.py ## @@ -650,4 +650,38 @@ def opengl(self): """ _api_internal._St

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

2020-02-10 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r377309086 ## File path: include/tvm/te/schedule.h ## @@ -742,6 +743,55 @@ class SingletonNode : public IterVarRelationNode {

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

2020-02-07 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376652263 ## File path: python/tvm/autotvm/task/space.py ## @@ -944,11 +939,10 @@ def from_json_dict(json_dict):

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

2020-02-07 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376621668 ## File path: python/tvm/autotvm/task/space.py ## @@ -944,11 +939,10 @@ def from_json_dict(json_dict):

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

2020-02-06 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376142732 ## File path: python/tvm/relay/op/strategy/x86.py ## @@ -0,0 +1,277 @@ +# Licensed to the Apache Software Foundation (

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

2020-02-06 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376057894 ## File path: python/tvm/relay/op/strategy/hls.py ## @@ -0,0 +1,151 @@ +# Licensed to the Apache Software Foundation (

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

2020-02-06 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r376057894 ## File path: python/tvm/relay/op/strategy/hls.py ## @@ -0,0 +1,151 @@ +# Licensed to the Apache Software Foundation (

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

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

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

2020-02-06 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r375982082 ## File path: python/tvm/relay/op/strategy/x86.py ## @@ -0,0 +1,277 @@ +# Licensed to the Apache Software Foundation (

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

2020-02-04 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r374821520 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +83,316 @@ def _get_cache_key(source_func, target

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373142619 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +83,316 @@ def _get_cache_key(source_func, target

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373142390 ## File path: python/tvm/relay/quantize/_annotate.py ## @@ -53,11 +53,11 @@ def simulated_quantize_compute(attrs, inpu

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373142456 ## File path: python/tvm/autotvm/task/task.py ## @@ -116,43 +149,134 @@ def __repr__(self): self.name, se

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373141667 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +83,316 @@ def _get_cache_key(source_func, target

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373139677 ## File path: python/tvm/autotvm/task/dispatcher.py ## @@ -481,8 +412,12 @@ def _query_inside(self, target, workload):

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373139677 ## File path: python/tvm/autotvm/task/dispatcher.py ## @@ -481,8 +412,12 @@ def _query_inside(self, target, workload):

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

2020-01-30 Thread GitBox
icemelon9 commented on a change in pull request #4644: [WIP] Relay op strategy URL: https://github.com/apache/incubator-tvm/pull/4644#discussion_r373136444 ## File path: python/tvm/relay/backend/compile_engine.py ## @@ -63,6 +83,316 @@ def _get_cache_key(source_func, target