Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions csrc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ pip install -r requirements.txt

## 编译 Cuda 算子

生成 FP8的 cutlass 算子(编译耗时较长)
生成 FP8的 cutlass 算子
```shell
python generate_code_gemm_fused_kernels.py
python utils/auto_gen_fp8_fp8_gemm_fused_kernels.py

python utils/auto_gen_fp8_fp8_dual_gemm_fused_kernels.py
```

编译
Expand Down

This file was deleted.

This file was deleted.

Loading