[fix] add cutedsl to global sf (#32001)
Signed-off-by: jiahanc <173873397+jiahanc@users.noreply.github.com>
This commit is contained in:
@@ -264,6 +264,7 @@ def is_flashinfer_supporting_global_sf(backend: FlashinferMoeBackend | None) ->
|
||||
backends_supporting_global_sf = (
|
||||
FlashinferMoeBackend.CUTLASS,
|
||||
FlashinferMoeBackend.TENSORRT_LLM,
|
||||
FlashinferMoeBackend.CUTEDSL,
|
||||
)
|
||||
return backend in backends_supporting_global_sf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user