Commit Graph
7 Commits
Author SHA1 Message Date
ThomasX 3a5928ef53 feat: add page-aligned index validation for CP HiCache direct transfers
Add validate_page_aligned_token_indices utility and apply it across
HiCache write/load paths, NSA indexer transfers, and CUDA direct copy
kernels to reject malformed (partial, misaligned, non-contiguous) page
groups before they reach native transfer code. Also validate supported
CP HiCache backend/layout combinations at server startup.
2026-05-10 02:02:54 +08:00
ThomasX 8844c303e2 fix: synchronize CP HiCache host eviction semantics 2026-05-08 03:20:47 +08:00
ThomasX 9617d52639 fix: keep HiCache storage config runtime import 2026-05-08 03:03:10 +08:00
ThomasX f10a8983c3 fix: keep CP HiCache load host indices on CPU 2026-05-08 02:26:46 +08:00
ThomasX 94df7a6909 feat: map CP HiCache loads to owned physical slots 2026-05-08 02:16:04 +08:00
ThomasX a8816f18dd test: clean CP HiCache controller imports 2026-05-08 01:23:12 +08:00
ThomasX 301420f976 feat: map CP HiCache writes to owned physical slots 2026-05-08 01:14:58 +08:00