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][PipelineExecutor] Tutorial of using pipeline executor. #11557

Merged
merged 39 commits into from
Jul 22, 2022

Commits on Jul 12, 2022

  1. [Runtime][PipelineExecutor] Tutorial of using pipeline executor.

    Tutorial of using pipeline executor including the byoc use case.
    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8bf383e View commit details
    Browse the repository at this point in the history
  2. fix ci issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6332de0 View commit details
    Browse the repository at this point in the history
  3. document change.

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cb49f99 View commit details
    Browse the repository at this point in the history
  4. triger build

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    226fc58 View commit details
    Browse the repository at this point in the history
  5. fix doc issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    031b3ad View commit details
    Browse the repository at this point in the history
  6. fix ci issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d046177 View commit details
    Browse the repository at this point in the history
  7. doc issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8d01a7f View commit details
    Browse the repository at this point in the history
  8. fix ci issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    86cfbe4 View commit details
    Browse the repository at this point in the history
  9. fix ci issue.

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    22788ba View commit details
    Browse the repository at this point in the history
  10. fix __file__ not found problem.

    this is a known issue of sphinx-gallery
    sphinx-gallery/sphinx-gallery#211
    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9a550fb View commit details
    Browse the repository at this point in the history
  11. fix byoc with dnnl issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    1b53258 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7757b1b View commit details
    Browse the repository at this point in the history
  13. trigger build

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    15db48a View commit details
    Browse the repository at this point in the history
  14. trigger build

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3b02c9a View commit details
    Browse the repository at this point in the history
  15. fix build issue

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0811b24 View commit details
    Browse the repository at this point in the history
  16. trigger build

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    53894ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb4f821 View commit details
    Browse the repository at this point in the history
  18. add sphinx skip

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e259798 View commit details
    Browse the repository at this point in the history
  19. plint

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b70a731 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    215a2bd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bc6e863 View commit details
    Browse the repository at this point in the history
  22. plint

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7709974 View commit details
    Browse the repository at this point in the history
  23. enable DNNL and pipeline

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    745ec3b View commit details
    Browse the repository at this point in the history
  24. disable DNNL

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e14d431 View commit details
    Browse the repository at this point in the history
  25. enable DNNL without pipeline

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6640dd6 View commit details
    Browse the repository at this point in the history
  26. remove dnnl and add cutlass

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f5b61fd View commit details
    Browse the repository at this point in the history
  27. use cutlass with byoc

    huajsj committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    50a7eb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. change into cutlass

    huajsj committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0b30034 View commit details
    Browse the repository at this point in the history
  2. fix doc convention issue

    huajsj committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    873e027 View commit details
    Browse the repository at this point in the history
  3. remove duplicate variable

    huajsj committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    73656af View commit details
    Browse the repository at this point in the history
  4. fix plint issue.

    huajsj committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e4d8360 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. address review comments.

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    cfd2af2 View commit details
    Browse the repository at this point in the history
  2. address review comments

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a1fc852 View commit details
    Browse the repository at this point in the history
  3. fix bug.

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    60c8953 View commit details
    Browse the repository at this point in the history
  4. polish the document

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    420e951 View commit details
    Browse the repository at this point in the history
  5. fix plint issue

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b998f12 View commit details
    Browse the repository at this point in the history
  6. address review comments.

    huajsj committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1a930af View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. address review comments

    huajsj committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    7449ff7 View commit details
    Browse the repository at this point in the history
  2. address review comments

    huajsj committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0dcc5bf View commit details
    Browse the repository at this point in the history