An open API service indexing awesome lists of open source software.

https://github.com/ydrmaster/try-cutlass


https://github.com/ydrmaster/try-cutlass

Last synced: 12 months ago
JSON representation

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
```