[BugFix] fix compile error in sm89 (#5809)

This commit is contained in:
周周周
2025-12-29 16:55:52 +08:00
committed by GitHub
parent eb782a0225
commit a3f0696e35
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1175,7 +1175,10 @@ PYBIND11_MODULE(fastdeploy_ops, m) {
m.def("append_attention_with_output",
&AppendAttentionWithOutput,
"append attention with output function");
#ifdef ENABLE_FLASH_MASK_ATTENTION
m.def("flash_mask_attention", &FlashAttentionMask, "flash_mask_attention");
#endif
/**
* gqa_rope_write_cache.cu