https://github.com/zhaocc1106/cuxx-programing
一些cuda库的样例,cuda、cublas、cublaslt、cusparse...
https://github.com/zhaocc1106/cuxx-programing
cublas cublaslt cuda cusparse
Last synced: about 2 months ago
JSON representation
一些cuda库的样例,cuda、cublas、cublaslt、cusparse...
- Host: GitHub
- URL: https://github.com/zhaocc1106/cuxx-programing
- Owner: zhaocc1106
- Created: 2023-07-01T09:00:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:58:15.000Z (about 1 year ago)
- Last Synced: 2024-04-12T14:45:54.321Z (about 1 year ago)
- Topics: cublas, cublaslt, cuda, cusparse
- Language: Cuda
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cuxx-programing
cuda、cublas、cublaslt、cusparse...
## cuda
cuda实现一些算子
* gemm:cuda实现不同版本的gemm并比较与cublas实现的性能。
* reduce:cuda实现的reduce算法,包括sum、max、min、mean等。
* sgemv:cuda实现sgemv并比较并比较与cublas实现的性能。
* dot_product:cuda实现dot_product并比较与cublas实现的性能。
* element_wise:cuda实现element_wise算子并比较与cublas实现的性能。
* softmax:cuda实现softmax算子。
* activiation: cuda实现一些激活函数。## cublas
cublas使用样例
## cublaslt
cublaslt使用样例
## cusparse
cusparse使用样例