Skip to content

Commit

Permalink
Update cublas doc
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Aug 25, 2022
1 parent daff5fc commit 59dd8da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/cublas.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Supported cuBLAS functions list

- "(*)" : the exponent distribution stats is available

## Level 2

- GEMV
Expand Down Expand Up @@ -28,7 +30,7 @@

## Level 3

- GEMM
- GEMM (*)
- `cublasDgemm`
- `cublasSgemm`
- `cublasHgemm`
Expand All @@ -42,7 +44,7 @@
- `cublasCgemmBatched`
- `cublasZgemmBatched`
- `cublasGemmExBatched`
- GEMM STRIDED BATCHED
- GEMM STRIDED BATCHED (*)
- `cublasDgemmStridedBatched`
- `cublasSgemmStridedBatched`
- `cublasHgemmStridedBatched`
Expand Down

0 comments on commit 59dd8da

Please sign in to comment.