Add A100 fused MoE kernel configs for Dpsk (#9677)

This commit is contained in:
ehuaa
2025-08-27 11:49:48 +08:00
committed by GitHub
parent b9683be653
commit 8f7b1c31e8
2 changed files with 147 additions and 1 deletions

View File

@@ -336,7 +336,7 @@ class BenchmarkWorker:
block_shape,
num_iters=10,
)
except triton.runtime.autotuner.OutOfResources:
except (triton.runtime.autotuner.OutOfResources, RuntimeError):
# Some configurations may be invalid and fail to compile.
continue