Skip to content

Commit 8b3311e

Browse files
Merge branch 'main' into test-cpu-32-runner
2 parents 7bd3ed2 + 15d7ae0 commit 8b3311e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

csrc/moe/hc_post/op_host/hc_post_tiling.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
/*!
12-
* \file gather_selection_kv_cache_tiling.cpp
12+
* \file hc_post_tiling.cpp
1313
* \brief
1414
*/
1515

@@ -228,4 +228,4 @@ IMPL_OP_OPTILING(HcPost)
228228
.Tiling(Tiling4HcPost)
229229
.TilingParse<HcPostCompileInfo>(TilingPrepare4HcPost);
230230

231-
} // namespace optiling
231+
} // namespace optiling

csrc/moe/hc_post/op_host/hc_post_tiling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ class HcPostTiling {
109109

110110
} // namespace optiling
111111

112-
#endif // GATHER_SELECTION_KV_CACHE_TILING_H_
112+
#endif // HC_POST_TILING_H_

0 commit comments

Comments
 (0)