Skip to content

Commit 71179e6

Browse files
committed
Adds comment about lack of bfloat16 and float16 support in the CPU backend.
1 parent 9df315b commit 71179e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

backend/driver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ def _ty_to_cpp(ty):
5454
"u16": "uint16_t",
5555
"u32": "uint32_t",
5656
"u64": "uint64_t",
57+
# Proper support for bfloat16 and float16 is not yet handled.
58+
# https://github.com/microsoft/triton-shared/issues/348
59+
# "fp16": "TODO",
60+
# "bf16": "TODO",
5761
"fp32": "float",
5862
"f32": "float",
5963
"fp64": "double",

0 commit comments

Comments
 (0)