https://github.com/ydrmaster/try-cutlass
https://github.com/ydrmaster/try-cutlass
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydrmaster/try-cutlass
- Owner: YdrMaster
- Created: 2024-05-22T07:37:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T04:40:34.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:36:42.978Z (about 2 years ago)
- Language: Cuda
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 试试 cutlass
## 配置
```xmake
xmake f --toolchain=cuda --cuda=$CUDA_ROOT -c -v
```
**根据实际硬件修改 [arch](/xmake.lua#L7)。**
```lua
add_cuflags("-arch=sm_xx")
```
## 编译
```xmake
xmake
```
## 运行
```xmake
xmake run gemm 8192 8192 8192
```