mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Undo disabling data types
This commit is contained in:
@@ -12,8 +12,8 @@ import fnmatch
|
||||
|
||||
DTYPE_MAP = {
|
||||
"fp16": "ck_tile::fp16_t",
|
||||
# "bf16": "ck_tile::bf16_t",
|
||||
# "fp8" : "ck_tile::fp8_t"
|
||||
"bf16": "ck_tile::bf16_t",
|
||||
"fp8" : "ck_tile::fp8_t"
|
||||
}
|
||||
|
||||
DTYPE_BITS = {
|
||||
|
||||
Reference in New Issue
Block a user