[QST] How to Use Gemv in a Cuda Kernel
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 2.1k
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 7
Description
What is your question?
I am a newcomer just starting to learn CuTe and am hoping to implement a gemv in kernel functions in a style similar to CuTe, akin to the example provided in https://github.com/NVIDIA/cutlass/blob/ffa34e70756b0bc744e1dfcc115b5a991a68f132/examples/cute/tutorial/sgemm_nt_1.cu#L43C1-L222C2
so it can later be incorporated into an Attention kernel.
Are there any similar examples or methods I could refer to?
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
Begin with examples/cute/tutorial/sgemm_nt_1.cu, lines 43-222, the only concrete reference in the question. Determine whether the requested GEMV guidance should be a new example or documentation; the issue does not define a completion condition, so maintainer clarification is needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100