router: broaden except to catch all CuTeDSL errors, fall through to cuBLAS+activation_topk path

This commit is contained in:
2026-05-31 23:54:16 +00:00
parent 3b5b9f487c
commit 5396a04c28

View File

@@ -33,7 +33,7 @@ def dense_router_dispatch(
out_weights, out_ids,
)
return
except (ImportError, NotImplementedError):
except Exception:
pass # fall through to prefill path
_run_prefill_path(