From 26df2a3b2764258a00d167cd2b0b1109dfbe3501 Mon Sep 17 00:00:00 2001 From: Philip Maybank Date: Mon, 8 Sep 2025 15:19:08 +0100 Subject: [PATCH] typo --- tile_engine/ops/gemm/codegen_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile_engine/ops/gemm/codegen_utils.py b/tile_engine/ops/gemm/codegen_utils.py index 4f991fa34b..98595933b8 100644 --- a/tile_engine/ops/gemm/codegen_utils.py +++ b/tile_engine/ops/gemm/codegen_utils.py @@ -186,7 +186,7 @@ warp_tile_supported_combinations = { }, } -# To Do: remove some unsupp£orted combinations +# To Do: remove some unsupported combinations trait_unsupported_combinations = { ("compv3", "cshuffle", "interwave"), ("compv3", "default", "interwave"),