Skip to content

Commit

Permalink
Add support for float16 to HIP backend
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Nov 28, 2024
1 parent 4c0a877 commit a762f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel_tuner/backends/hip.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"bool": ctypes.c_bool,
"int8": ctypes.c_int8,
"int16": ctypes.c_int16,
"float16": ctypes.c_int16,
"int32": ctypes.c_int32,
"int64": ctypes.c_int64,
"uint8": ctypes.c_uint8,
Expand Down

0 comments on commit a762f4b

Please sign in to comment.