NVIDIA / NVIDIA/CUDALibrarySamples
Incorrect example in triangular matrix multiplication.
Open
@rsdubtso is already working on this.
Since May 30, 2025.
cuBLAS
- Dominant language
- Cuda
- Stars
- 2.5k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
This example doesn't have triangular matmul.
https://github.com/NVIDIA/CUDALibrarySamples/blob/master/cuBLAS/Level-3/trmm/cublas_trmm_example.cu
I'm having hard time interpreting the output of cublasStrmm. See https://stackoverflow.com/questions/79644685/unexpected-result-with-cublasstrmm-cublas-triangular-matmul
Please provide a working example.
Contributor guide
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.
Assessment
This issue has not been assessed yet.