Skip to content

Commit 34fcbe4

Browse files
committed
run ci
1 parent b157d5f commit 34fcbe4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csrc/setup_cuda.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,13 @@ 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")
230229

230+
sources += find_end_files("./gpu/mla_attn", ".cu")
231231
sources += [
232232
"gpu/sparse/sparse_compressor.cu",
233233
"gpu/sparse/sparse_mm.cu",
234234
"gpu/sparse/sparse_mm_impl.cu",
235235
]
236-
237236

238237
ops_name = f"paddlenlp_ops_{sm_version}" if sm_version != 0 else "paddlenlp_ops"
239238

0 commit comments

Comments
 (0)