mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[BugFix] fix compile error in sm89 (#5809)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user