Skip to content

Commit a762f4b

Browse files
committed
Add support for float16 to HIP backend
1 parent 4c0a877 commit a762f4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel_tuner/backends/hip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"bool": ctypes.c_bool,
2020
"int8": ctypes.c_int8,
2121
"int16": ctypes.c_int16,
22+
"float16": ctypes.c_int16,
2223
"int32": ctypes.c_int32,
2324
"int64": ctypes.c_int64,
2425
"uint8": ctypes.c_uint8,

0 commit comments

Comments
 (0)