From d61e58bb1a0d7abf2bd5e3f5ac725df1f3161f0e Mon Sep 17 00:00:00 2001 From: Philip Maybank Date: Mon, 15 Sep 2025 09:51:31 +0100 Subject: [PATCH] search over more tile sizes --- tile_engine/ops/gemm/configs/gfx120x_config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tile_engine/ops/gemm/configs/gfx120x_config.json b/tile_engine/ops/gemm/configs/gfx120x_config.json index 11a956c656..6c4a5d0ec0 100644 --- a/tile_engine/ops/gemm/configs/gfx120x_config.json +++ b/tile_engine/ops/gemm/configs/gfx120x_config.json @@ -5,19 +5,22 @@ "tile_m": { "values": [ 256, - 128 + 128, + 64 ] }, "tile_n": { "values": [ 256, - 128 + 128, + 64 ] }, "tile_k": { "values": [ 256, - 128 + 128, + 64 ] }, "warp_m": {