cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST] how to undersrtand a cutlass kernel name?

Open dongxiao92 opened this issue 3 years ago • 2 comments

What is your question?

I'd like to understand if we could recognize which tensor core instruction and what's the data types for a given cutlass kernel. For example, for kernel "cutlass_80_tensorop_s1688gemm_64x64_16x6_tn_align4", how can I know the data types for the input and output? What't the tensor core intruction used in this kernel?

dongxiao92 avatar Jun 08 '22 02:06 dongxiao92

Most of the information you're looking for is in the functionality.md. https://github.com/NVIDIA/cutlass/blob/master/media/docs/functionality.md

mnicely avatar Jun 11 '22 11:06 mnicely

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] avatar Jul 11 '22 12:07 github-actions[bot]