[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-16 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r524450562 ## File path: python/tvm/auto_scheduler/relay_integration.py ## @@ -34,18 +34,26 @@ def call_all_topi_funcs(mod, params, target): -

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-15 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523948808 ## File path: tutorials/auto_scheduler/tune_network_cuda.py ## @@ -105,7 +105,6 @@ def get_network(name, batch_size, layout="NHWC",

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-15 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523948808 ## File path: tutorials/auto_scheduler/tune_network_cuda.py ## @@ -105,7 +105,6 @@ def get_network(name, batch_size, layout="NHWC",

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-15 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523812386 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -222,12 +218,11 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-15 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523809528 ## File path: python/tvm/relay/op/strategy/cuda.py ## @@ -222,12 +218,11 @@ def conv2d_strategy_cuda(attrs, inputs, out_type, target):

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6903: [AutoSchedule] Extract tasks via compile engine

2020-11-14 Thread GitBox
comaniac commented on a change in pull request #6903: URL: https://github.com/apache/incubator-tvm/pull/6903#discussion_r523711839 ## File path: src/relay/backend/compile_engine.cc ## @@ -98,8 +98,10 @@ Array GetShape(const Array& shape) { // Get schedule from functor. class