mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
not using custom data type by default, now we can have ISA-level same code as opt_padding
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user