[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-23 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459750828 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -114,7 +118,432 @@ Array TopoSortOps(const Array& tensors) { return ops; } -// Estim

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-23 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459749921 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -114,7 +118,432 @@ Array TopoSortOps(const Array& tensors) { return ops; } -// Estim

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-23 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459749921 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -114,7 +118,432 @@ Array TopoSortOps(const Array& tensors) { return ops; } -// Estim

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-23 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459749490 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -114,7 +118,432 @@ Array TopoSortOps(const Array& tensors) { return ops; } -// Estim

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-23 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459691514 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -126,6 +555,7 @@ class FlopEstimator : public ExprFunctor { fail_ = true;

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459143595 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -126,6 +555,7 @@ class FlopEstimator : public ExprFunctor { fail_ = true;

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459143595 ## File path: src/auto_scheduler/compute_dag.cc ## @@ -126,6 +555,7 @@ class FlopEstimator : public ExprFunctor { fail_ = true;

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459132211 ## File path: include/tvm/auto_scheduler/compute_dag.h ## @@ -0,0 +1,237 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459132211 ## File path: include/tvm/auto_scheduler/compute_dag.h ## @@ -0,0 +1,237 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459132211 ## File path: include/tvm/auto_scheduler/compute_dag.h ## @@ -0,0 +1,237 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459132211 ## File path: include/tvm/auto_scheduler/compute_dag.h ## @@ -0,0 +1,237 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459132211 ## File path: include/tvm/auto_scheduler/compute_dag.h ## @@ -0,0 +1,237 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-22 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r458605272 ## File path: include/tvm/auto_scheduler/auto_schedule.h ## @@ -18,29 +18,27 @@ */ /*! - * \file auto_scheduler/auto_schedule.h Review comm

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-20 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r457820848 ## File path: src/auto_scheduler/compute_dag.h ## @@ -37,13 +37,126 @@ #include +#include +#include #include +#include #include "lo

[GitHub] [incubator-tvm] merrymercy commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

2020-07-20 Thread GitBox
merrymercy commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r457820848 ## File path: src/auto_scheduler/compute_dag.h ## @@ -37,13 +37,126 @@ #include +#include +#include #include +#include #include "lo