not using custom data type by default, now we can have ISA-level same code as opt_padding

This commit is contained in:
carlushuang
2024-03-17 23:23:32 +00:00
parent ee397d0ab2
commit f55c7629bc
26 changed files with 629 additions and 328 deletions

View File

@@ -11,7 +11,7 @@ import copy
import fnmatch
DTYPE_MAP = {
"fp16": "ck_tile::half_t",
"fp16": "ck_tile::fp16_t",
"bf16": "ck_tile::bf16_t",
"fp8" : "ck_tile::fp8_t"
}