Add batched zero copy to NIXL backend (#18850)

Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
This commit is contained in:
hxie
2026-02-18 16:31:02 -08:00
committed by GitHub
co-authored by Zhiqiang Xie
parent 462267982b
commit 443b1a88d1
4 changed files with 358 additions and 17 deletions
@@ -472,7 +472,7 @@ class HiCacheController:
self.page_get_func = self._generic_page_get
self.page_set_func = self._generic_page_set
if (self.storage_backend_type in ["hf3fs", "mooncake", "eic"]) or (
if (self.storage_backend_type in ["hf3fs", "mooncake", "eic", "nixl"]) or (
self.storage_backend_type == "dynamic"
and bool(self.storage_config.extra_config.get("interface_v1", 0))
):