[HiCache] Fence load-back behind the forward stream (#36738)

This commit is contained in:
Zhiqiang Xie
2026-08-28 11:12:51 -07:00
committed by GitHub
parent c9bba091f8
commit f611e0c073
3 changed files with 18 additions and 0 deletions
@@ -230,6 +230,7 @@ class TestHiCacheStagedWriteBackDispatch(CustomTestCase):
controller._num_tokens_by_pool.return_value = {}
controller._transfer_num_bytes.return_value = 0
controller.l2_transfer_engine = mock.Mock()
controller.load_fence_stream = None
completion = SimpleNamespace(
start_event=object(), finish_event=object(), timing_enabled=False
)