[Refactor] Rename NSA → DSA: user-facing aliases, file/class/import rename (#25821)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
da6d549ab2
commit
8131641bc6
@@ -38,9 +38,9 @@ class TestDeepseekV32DP(CustomTestCase):
|
||||
]
|
||||
if is_in_amd_ci():
|
||||
other_args += [
|
||||
"--nsa-prefill-backend",
|
||||
"--dsa-prefill-backend",
|
||||
"tilelang",
|
||||
"--nsa-decode-backend",
|
||||
"--dsa-decode-backend",
|
||||
"tilelang",
|
||||
]
|
||||
|
||||
@@ -106,9 +106,9 @@ class TestDeepseekV32TP(CustomTestCase):
|
||||
]
|
||||
if is_in_amd_ci():
|
||||
other_args += [
|
||||
"--nsa-prefill-backend",
|
||||
"--dsa-prefill-backend",
|
||||
"tilelang",
|
||||
"--nsa-decode-backend",
|
||||
"--dsa-decode-backend",
|
||||
"tilelang",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user