rename fused_get_rope.cu (#3752)

* rename fused_get_rope.cu

* fix

* fix typos

* fix

* fix
This commit is contained in:
co63oc
2025-09-03 10:54:34 +08:00
committed by GitHub
parent 2c9b169c0e
commit 5441538173
17 changed files with 31 additions and 31 deletions

View File

@@ -1023,7 +1023,7 @@ PYBIND11_MODULE(fastdeploy_ops, m) {
m.def("moe_expert_ffn", &MoeExpertFFNFunc, "moe export ffn function");
/**
* moe/fused_moe/moe_ffn_wint2.cu
* moe/fused_moe/moe_expert_ffn_wint2.cu
* moe_expert_ffn_wint2
*/
m.def("moe_expert_ffn_wint2", &MoeExpertFFNWint2Func, "moe export ffn wint2 function");