-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[TVMScript] Add syntax sugar for T.handle and T.match_buffer #9492
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
Conversation
f3afb72 to
d705401
Compare
|
What's the status of this PR? Shall we release a minor/patch version of synr and get this in? |
|
@junrushao1994 My change to synr is in. Talking to Tristan about updating it to a newer version so this could in. |
e71f097 to
38d58cd
Compare
|
please address CI issues |
5182208 to
22f7d7a
Compare
|
@vinx13 rebased |
|
@Hzfengsy can you take a quick look of the recent change? Thanks! |
Hzfengsy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shingjan
This PR intends to add syntax sugar for use of
T.handleandT.match_bufferin the parameter list ofTVMScript.Previously with TVMScript:
After this PR, user should be able to write TVMScript just below:
cc: @vinx13 @junrushao1994