Skip to content

Commit

Permalink
Update supported functions list
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Oct 17, 2021
1 parent 210e6e3 commit 8dd36ff
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ CULiP is a library for profiling the execution time of CUDA official library fun
- `cublasCgemmBatched`
- `cublasZgemmBatched`
- `cublasGemmExBatched`
- GEMM3M
- `cublasHgemm3m`
- `cublasCgemm3m`
- GEMV
- `cublasDgemv`
- `cublasSgemv`
Expand All @@ -35,9 +38,11 @@ CULiP is a library for profiling the execution time of CUDA official library fun
- `cublasSsyrk`
- `cublasCsyrk`
- `cublasZsyrk`
- GEMM3M
- `cublasHgemm3m`
- `cublasCgemm3m`
- SYMM
- `cublasDsymm`
- `cublasSsymm`
- `cublasCsymm`
- `cublasZsymm`

## Dependencies
- CUDA >= 10.0
Expand Down

0 comments on commit 8dd36ff

Please sign in to comment.