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

[TVMScript] Add syntax sugar for T.handle and T.match_buffer #9492

Merged
merged 21 commits into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. add test case and concrete type for buffer

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    71c365a View commit details
    Browse the repository at this point in the history
  2. addr cmts

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d480f89 View commit details
    Browse the repository at this point in the history
  3. fix a typo

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5e6374d View commit details
    Browse the repository at this point in the history
  4. wip

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    71bbf69 View commit details
    Browse the repository at this point in the history
  5. decl_buffer instead of match_buffer here

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    fa6a465 View commit details
    Browse the repository at this point in the history
  6. structurally equal TIR with syntax sugar

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    27da821 View commit details
    Browse the repository at this point in the history
  7. fix test

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7c9b3ed View commit details
    Browse the repository at this point in the history
  8. add non-kwargs support

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    70fbcf4 View commit details
    Browse the repository at this point in the history
  9. cleanup

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    89a77ab View commit details
    Browse the repository at this point in the history
  10. address comments

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4571500 View commit details
    Browse the repository at this point in the history
  11. better error msg

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5cccc4b View commit details
    Browse the repository at this point in the history
  12. update synr version

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    811196d View commit details
    Browse the repository at this point in the history
  13. fix CI

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    43796cc View commit details
    Browse the repository at this point in the history
  14. update synr in task_ci_setup.sh

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    cb749bd View commit details
    Browse the repository at this point in the history
  15. add comments

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ff6e2ff View commit details
    Browse the repository at this point in the history
  16. fix CI

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3629941 View commit details
    Browse the repository at this point in the history
  17. change default buffer name

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8b39289 View commit details
    Browse the repository at this point in the history
  18. address comments

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5e9cdc5 View commit details
    Browse the repository at this point in the history
  19. comments

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4eb74b1 View commit details
    Browse the repository at this point in the history
  20. cleanup

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0854ed3 View commit details
    Browse the repository at this point in the history
  21. better doc

    shingjan committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    22f7d7a View commit details
    Browse the repository at this point in the history