Skip to content

Commit 24b17d8

Browse files
committed
fix
1 parent c3d9883 commit 24b17d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csrc/setup_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def get_gencode_flags():
226226
"gpu/fp8_gemm_with_cutlass/fp8_fp8_half_block_gemm.cu",
227227
"gpu/fp8_gemm_with_cutlass/fp8_fp8_half_gemm_ptr_scale.cu",
228228
]
229+
sources += find_end_files("./gpu/mla_attn", ".cu")
229230
sources += [
230231
"gpu/sparse/sparse_compressor.cu",
231232
"gpu/sparse/sparse_mm.cu",

0 commit comments

Comments
 (0)