We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bd3ed2 + 15d7ae0 commit 8b3311eCopy full SHA for 8b3311e
2 files changed
csrc/moe/hc_post/op_host/hc_post_tiling.cpp
@@ -9,7 +9,7 @@
9
*/
10
11
/*!
12
- * \file gather_selection_kv_cache_tiling.cpp
+ * \file hc_post_tiling.cpp
13
* \brief
14
15
@@ -228,4 +228,4 @@ IMPL_OP_OPTILING(HcPost)
228
.Tiling(Tiling4HcPost)
229
.TilingParse<HcPostCompileInfo>(TilingPrepare4HcPost);
230
231
-} // namespace optiling
+} // namespace optiling
csrc/moe/hc_post/op_host/hc_post_tiling.h
@@ -109,4 +109,4 @@ class HcPostTiling {
109
110
} // namespace optiling
111
112
-#endif // GATHER_SELECTION_KV_CACHE_TILING_H_
+#endif // HC_POST_TILING_H_
0 commit comments