Stale comment in `examples/cute/tutorial/hopper/wgmma_sm90.cu`
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 90/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- cpp
- Domain
- documentation
Research direction
Open examples/cute/tutorial/hopper/wgmma_sm90.cu and inspect the gemm_nt tiled copyA and copyB definitions. Correct the stale thread-layout comments to match the shown 16x8 layouts, then review the surrounding example to ensure both comments are consistent. Done means the comments no longer say 32x4 while the code uses 16x8.
Written by the indexing model from the issue text.
Description
The comment for the gemm_nt's tiled copyA/B says the thread layout used is 32x4, but the used thread layout is 16x8.
// Define the thread layouts (static)
TiledCopy copyA = make_tiled_copy(Copy_Atom<SM80_CP_ASYNC_CACHEALWAYS<uint128_t>, TA>{},
Layout<Shape<_16,_8>>{}, // Thr layout 32x4 m-major
Layout<Shape< _8,_1>>{});// Val layout 8x1 m-major
TiledCopy copyB = make_tiled_copy(Copy_Atom<SM80_CP_ASYNC_CACHEALWAYS<uint128_t>, TB>{},
Layout<Shape<_16,_8>>{}, // Thr layout 32x4 n-major
Layout<Shape< _8,_1>>{});// Val layout 8x1 n-major
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 2.1k
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from NVIDIA/cutlass
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 1/5 Under an hour Newbie friendliness 91/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
infiniflow/infinity#3502 ·