Revert "[AMD][DSV4] Fix unified-KV pool sizing and SWA ring accounting" (#38163)

This commit is contained in:
Liangsheng Yin
2026-09-05 17:28:46 -07:00
committed by GitHub
parent 09daea94ac
commit f5819b09bf
23 changed files with 159 additions and 791 deletions
@@ -131,7 +131,6 @@ class TestDeepSeekV4HiSparseAllocator(CustomTestCase):
queue = DecodePreallocQueue.__new__(DecodePreallocQueue)
queue.req_to_token_pool = req_to_token_pool
queue.token_to_kv_pool_allocator = allocator
queue.token_to_kv_pool = None
queue.tree_cache = SimpleNamespace(
evictable_size=MagicMock(return_value=0),
protected_size=MagicMock(return_value=0),