Merge commit 'f3d8b7210fb99827bcb1d1bdaf9672b3ae8fb209' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-30 04:42:40 +00:00
parent a59a3944e8
commit 0cda2801c4

View File

@@ -630,6 +630,7 @@ class KernelComponentFactory:
if dtype in ["fp16", "bf16"]:
return {
128 : [FmhaFwdTileSize(128, 128, 32, 128, 32, 128, 4, 1, 1, 4, 1, 1, 32, 32, 16, 32, 32, 16, -1)],
256 : [FmhaFwdTileSize(128, 128, 32, 256, 32, 256, 4, 1, 1, 4, 1, 1, 32, 32, 16, 32, 32, 16, -1)],
} # fmt: skip
elif dtype in ["fp8bf16"]:
return {