Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Runtime] Pipeline Executor Initial patch. #8702

Merged
merged 34 commits into from
Sep 15, 2021
Merged

[Runtime] Pipeline Executor Initial patch. #8702

merged 34 commits into from
Sep 15, 2021

Commits on Sep 10, 2021

  1. [Runtime] Pipeline Executor Initial patch.

    This patch is one of serial patch for PR 7892 splitting.this is the initial part
    of the pipeline executor, this patch include the cmake change and python and C++
    interface for pipeline executor.
    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    314e06f View commit details
    Browse the repository at this point in the history
  2. add pipeline config

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a1e03d3 View commit details
    Browse the repository at this point in the history
  3. add config connect logic.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6c1485a View commit details
    Browse the repository at this point in the history
  4. fix build issue.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d9ba4ca View commit details
    Browse the repository at this point in the history
  5. set output index start from 0

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    157e9c0 View commit details
    Browse the repository at this point in the history
  6. address review comments

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    huajsj and comaniac committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6783d90 View commit details
    Browse the repository at this point in the history
  7. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a1bbb85 View commit details
    Browse the repository at this point in the history
  8. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    872f075 View commit details
    Browse the repository at this point in the history
  9. Update python/tvm/contrib/pipeline_executor.py

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    
    Update python/tvm/contrib/pipeline_executor.py
    
    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    huajsj and comaniac committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    67242e3 View commit details
    Browse the repository at this point in the history
  10. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    607b758 View commit details
    Browse the repository at this point in the history
  11. address review comments

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8d476ae View commit details
    Browse the repository at this point in the history
  12. add topology sort

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e39b747 View commit details
    Browse the repository at this point in the history
  13. add binding check logic.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    31ee5a6 View commit details
    Browse the repository at this point in the history
  14. fix plint error.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    5c50ba4 View commit details
    Browse the repository at this point in the history
  15. Update python/tvm/contrib/pipeline_executor.py

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    huajsj and comaniac committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    21a3064 View commit details
    Browse the repository at this point in the history
  16. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0498561 View commit details
    Browse the repository at this point in the history
  17. fix plint issue.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8146513 View commit details
    Browse the repository at this point in the history
  18. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a5c5215 View commit details
    Browse the repository at this point in the history
  19. trigger build.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f75ea73 View commit details
    Browse the repository at this point in the history
  20. Update python/tvm/contrib/pipeline_executor.py

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    
    address review comments
    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    abdded1 View commit details
    Browse the repository at this point in the history
  21. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f12b4ef View commit details
    Browse the repository at this point in the history
  22. polish doc and comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    ce25b28 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2ae18f1 View commit details
    Browse the repository at this point in the history
  24. address review comments.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8fa82c1 View commit details
    Browse the repository at this point in the history
  25. doc change.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    31e0819 View commit details
    Browse the repository at this point in the history
  26. doc change.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1b167fd View commit details
    Browse the repository at this point in the history
  27. Trigger build.

    huajsj committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4d869f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. trigge build.

    huajsj committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3cf01e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. address review comments.

    huajsj committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    73b6c98 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. address review comments.

    huajsj committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    beac198 View commit details
    Browse the repository at this point in the history
  2. address review comments.

    huajsj committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8a088bf View commit details
    Browse the repository at this point in the history
  3. polish documents.

    huajsj committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a887705 View commit details
    Browse the repository at this point in the history
  4. Polish the document.

    huajsj committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    efd91e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. address review comments.

    huajsj committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    db8422d View commit details
    Browse the repository at this point in the history