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

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

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

2020-07-22 Thread GitBox
junrushao1994 commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r459182796 ## 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] junrushao1994 commented on a change in pull request #6103: [Ansor][AutoTVM v2.0] Phase 1: Access Analyzer

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

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

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

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

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

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

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

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

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

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

2020-07-21 Thread GitBox
junrushao1994 commented on a change in pull request #6103: URL: https://github.com/apache/incubator-tvm/pull/6103#discussion_r458504576 ## File path: include/tvm/auto_scheduler/loop_state.h ## @@ -159,10 +159,16 @@ using IterKey = std::pair; */ class AttachMapNode : public O