Why is the base_offset field of the WGMMA matrix descriptor not set according to PTX requirement? #2304
Unanswered
tianlei-zhao
asked this question in
Q&A
Replies: 1 comment
-
@thakkarV @hwu36 Sorry to bother you guys, but this really puzzled me a long time, besides the PTX doc is vague here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the PTX manual states:
However, CUTLASS set the base offset filed as 0 constantly, even if the SMEM A/B buffer is only aligned on a 128byte boundary:
So I'm wondering what is the purpose of the base_offset filed? Why is it not set according to the PTX manual?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions