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 WMMA-related TensorCore builtins #12589

Merged
merged 2 commits into from
Aug 25, 2022

Conversation

cyx-6
Copy link
Contributor

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

This PR exposes the following TIR operation in python:

tvm_load_matrix_sync: tested here
tvm_store_matrix_sync: tested here
tvm_mma_sync: tested here
tvm_bmma_sync: add new unittest
tvm_fill_fragment: tested here

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

cc: @junrushao

cc @Hzfengsy @junrushao1994

This PR exposes the following TIR operation in python:

`tvm_load_matrix_sync`: tested
`tvm_store_matrix_sync`: tested
`tvm_mma_sync`: tested
`tvm_bmma_sync`: add new unittest
`tvm_fill_fragment`: tested

Co-authored-by: yongwww <yongcale@gmail.com>
python/tvm/tir/op.py Outdated Show resolved Hide resolved
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.

3 participants