Commit 9ba3982
authored
[Test] Consolidate paged kernel tests into deterministic golden test (#167)
`test_metal_kernel_paged.py` re-implements vllm-metal internals (cache
setup, prefill/decode orchestration, context management) to compare two
paths. This scaffolding introduces additional complexity, making
failures hard to attribute.
Delete it and add its prompts to `test_paged_deterministic.py`, which
does the same comparison end-to-end through the real vLLM stack against
golden tokens.
Related:
#158
#149
#119
---------
Signed-off-by: ran <hzz5361@psu.edu>1 parent 2e4be07 commit 9ba3982
3 files changed
Lines changed: 4 additions & 338 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments