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"),