[mem_cache] Move the unified-memory allocators into allocator/ and split the composites out (#38072)

This commit is contained in:
Liangsheng Yin
2026-09-04 19:53:15 -07:00
committed by GitHub
parent d6e0a8cbf4
commit 0645398a32
29 changed files with 1660 additions and 1974 deletions
@@ -17,7 +17,7 @@ from sglang.srt.disaggregation.utils import (
DisaggregationMode,
unified_memory_disagg_move_gate,
)
from sglang.srt.mem_cache.multi_ended_allocator import MultiEndedAllocator
from sglang.srt.mem_cache.allocator.unified_sub_pool import MultiEndedAllocator
from sglang.test.ci.ci_register import register_cpu_ci
from sglang.test.test_utils import CustomTestCase