Skip to content

Commit 2a7c3a8

Browse files
committed
fix
1 parent c3d9883 commit 2a7c3a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csrc/setup_cuda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ 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")
230+
229231
sources += [
230232
"gpu/sparse/sparse_compressor.cu",
231233
"gpu/sparse/sparse_mm.cu",

0 commit comments

Comments
 (0)