NVIDIA / cutlass

CUDA Templates for Linear Algebra Subroutines
Other
5.3k stars 892 forks source link

[QST] two files are included in each other #1514

Open wzhcz8902 opened 4 months ago

wzhcz8902 commented 4 months ago

https://github.com/NVIDIA/cutlass/blob/5c447dd84f8ae0e1d48ff9a2eae26ce8c4958101/include/cutlass/gemm/warp/default_mma_tensor_op.h#L121 https://github.com/NVIDIA/cutlass/blob/5c447dd84f8ae0e1d48ff9a2eae26ce8c4958101/include/cutlass/gemm/warp/default_mma_tensor_op_sm80.h#L43

default_mma_tensor_op.h includes default_mma_tensor_op_sm80.h, while the later also includes the former. Is this a problem?

github-actions[bot] commented 3 months ago

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.