[AMD] Use tilelang as default NSA attention backend dispatch on AMD Instinct (#18319)
This commit is contained in:
@@ -1477,7 +1477,9 @@ class NativeSparseAttnBackend(
|
||||
page_size=1,
|
||||
)
|
||||
else:
|
||||
raise ValueError(f"Unsupported {nsa_impl = }")
|
||||
raise ValueError(
|
||||
f"Unsupported {nsa_impl = } for forward_extend. Consider using an other attention backend."
|
||||
)
|
||||
|
||||
def forward_decode(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user