Commit 15d7ae0
authored
[Ops][Misc] Fix file header and include guard in hc_post_tiling (vllm-project#11298)
### What this PR does / why we need it?
This PR corrects the file header comment in `hc_post_tiling.cpp` and the
`#endif` include guard comment in `hc_post_tiling.h` to match the actual
file names, replacing leftover references to
`gather_selection_kv_cache_tiling`.
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@a30addc
---------
Signed-off-by: Vadim <87440656+KlyzhenkoVadim@users.noreply.github.com>1 parent acad18f commit 15d7ae0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
0 commit comments