Is there any block/warp/instruction shape list for SIMT documented like other op code class? #560
Unanswered
TigerYang414
asked this question in
Q&A
Replies: 1 comment
-
there are many more available simt tile sizes than tensor op. Here are some plausible ones for sm80 sgemm. for example, in
[256, 128, 8] is the threadblock tile size |
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
-
Other opcode shapes is listed with details in doc:https://github.com/NVIDIA/cutlass/blob/master/media/docs/functionality.md
Could we add SIMT related shapes in it?
Beta Was this translation helpful? Give feedback.
All reactions