[Spec] DFlash: remove per-step host syncs so the CPU runs a full step ahead (spec-v2 overlap) (#31468)
Co-authored-by: Hao Phan <htphan@nvidia.com>
This commit is contained in:
+2
@@ -19,6 +19,8 @@ register_cpu_ci(est_time=5, suite="base-a-test-cpu")
|
||||
class _FakeBackend:
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
# Real backends always carry this (AttentionBackend class attribute).
|
||||
self.needs_cpu_seq_lens = True
|
||||
|
||||
|
||||
def test_split_full_attention_applies_model_wrapper_once():
|
||||
|
||||
Reference in New Issue
Block a user