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] Extend Graph Runtime To Support Cuda Graph Launch #7616

Merged
merged 19 commits into from
Mar 17, 2021
Merged

[Runtime] Extend Graph Runtime To Support Cuda Graph Launch #7616

merged 19 commits into from
Mar 17, 2021

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    300d8ac View commit details
    Browse the repository at this point in the history
  2. lint format

    zhuochenKIDD committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cc97f6b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. add unittest

    zhuochenKIDD committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ed3b250 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. fix review comments

    zhuochenKIDD committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    520e532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5754f5a View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    zhuochenKIDD and comaniac authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    96f94eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f286711 View commit details
    Browse the repository at this point in the history
  5. Revert "build cuda graph runtime in gpu test"

    This reverts commit f286711.
    zhuochenKIDD committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cc36e34 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    604980d View commit details
    Browse the repository at this point in the history
  2. rename cuda_graph

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    41e6b9a View commit details
    Browse the repository at this point in the history
  3. rename cuda_graph

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f437a2d View commit details
    Browse the repository at this point in the history
  4. lint format

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    88812ac View commit details
    Browse the repository at this point in the history
  5. Update src/runtime/graph/graph_runtime_factory.cc

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    zhuochenKIDD and comaniac authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f128580 View commit details
    Browse the repository at this point in the history
  6. Update python/tvm/testing.py

    Co-authored-by: Cody Yu <comaniac0422@gmail.com>
    zhuochenKIDD and comaniac authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    67080c3 View commit details
    Browse the repository at this point in the history
  7. fix lint error

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ab4f8c3 View commit details
    Browse the repository at this point in the history
  8. remove unnecessary warn

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6ae69c5 View commit details
    Browse the repository at this point in the history
  9. add test, fix lint

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    eac3ce9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f844c0 View commit details
    Browse the repository at this point in the history
  11. fix lint W0223

    zhuochenKIDD committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2627831 View commit details
    Browse the repository at this point in the history