Skip to content

Commit 6ebf773

Browse files
Merge pull request #280 from KernelTuner/hip-support-float16
Add support for float16 to HIP backend
2 parents 4c0a877 + ca37d51 commit 6ebf773

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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,

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ authors = [
1616
"Willem-Jan Palenstijn <w.j.palenstijn@liacs.leidenuniv.nl>",
1717
"Bram Veenboer <veenboer@astron.nl>",
1818
"Richard Schoonhoven <Richard.Schoonhoven@cwi.nl>",
19+
"Leon Oostrum <l.oostrum@esciencecenter.nl",
1920
]
2021

2122
readme = "README.md"

0 commit comments

Comments
 (0)