NVIDIA / NVIDIA/cutlass

[BUG][typo] is this a typo in media/docs/cute/0x_gemm_tutorial.md?

Open
#1,734 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

? - Needs Triage bug inactive-30d inactive-90d
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.

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.