Reenable features for ROCm attention backends (#36185)

Signed-off-by: Rohan138 <rohanpotdar138@gmail.com>
This commit is contained in:
Rohan Potdar
2026-03-05 22:21:06 -06:00
committed by GitHub
parent 0a49676fb0
commit c5362c739f
8 changed files with 66 additions and 33 deletions

View File

@@ -252,7 +252,7 @@ class AttentionBackend(ABC):
else:
invalid_reasons.append("non-MLA not supported")
if has_sink and not cls.supports_sink():
invalid_reasons.append("sink setting not supported")
invalid_reasons.append("attention sinks not supported")
if use_sparse != cls.is_sparse():
if use_sparse:
invalid_reasons.append("sparse not supported")