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

[TIR] Expose Memory Copy-Related PTX Builtins #12611

Merged
merged 2 commits into from
Aug 26, 2022

Conversation

cyx-6
Copy link
Contributor

@cyx-6 cyx-6 commented Aug 26, 2022

This PR exposes the following TIR operation in python:

ptx_ldmatrix: tested here
ptx_cp_async: tested here
ptx_commit_group: tested here
ptx_wait_group: tested here

Co-authored-by: yongwww yongcale@gmail.com

cc @Hzfengsy @junrushao1994

This PR exposes the following TIR operation in python:

`ptx_ldmatrix`: tested
`ptx_cp_async`: tested
`ptx_commit_group`: tested
`ptx_wait_group`: tested

Co-authored-by: yongwww <yongcale@gmail.com>
Copy link
Member

@Hzfengsy Hzfengsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM

tests/python/unittest/test_tir_op_types.py Outdated Show resolved Hide resolved
@Hzfengsy Hzfengsy merged commit 4f431c8 into apache:main Aug 26, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
* Expose Memory Copy-Related PTX Builtins

This PR exposes the following TIR operation in python:

`ptx_ldmatrix`: tested
`ptx_cp_async`: tested
`ptx_commit_group`: tested
`ptx_wait_group`: tested

Co-authored-by: yongwww <yongcale@gmail.com>

* apply code review suggestion

Co-authored-by: yongwww <yongcale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants