[BUG][typo] is this a typo in media/docs/cute/0x_gemm_tutorial.md?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 2.1k
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 7
Description
Describe the bug
In the "Aside: M-major, N-major, K-major" section of 0x_gemm_tutorial.md, there's a table describing the mapping between BLAS layout to CUTE layout. In that table, the last column (B Layout): (1,ldA) should be (1,ldB) (if I understand it correctly)?
Steps/Code to reproduce bug
Screenshot of the table attached.
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.
Research direction
Open media/docs/cute/0x_gemm_tutorial.md and find the “Aside: M-major, N-major, K-major” section and its BLAS-to-CUTE layout table. Verify the final B Layout entry, change (1,ldA) to (1,ldB) if confirmed, and check the rendered table for the corrected text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100