We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c0a877 + ca37d51 commit 6ebf773Copy full SHA for 6ebf773
kernel_tuner/backends/hip.py
@@ -19,6 +19,7 @@
19
"bool": ctypes.c_bool,
20
"int8": ctypes.c_int8,
21
"int16": ctypes.c_int16,
22
+ "float16": ctypes.c_int16,
23
"int32": ctypes.c_int32,
24
"int64": ctypes.c_int64,
25
"uint8": ctypes.c_uint8,
pyproject.toml
@@ -16,6 +16,7 @@ authors = [
16
"Willem-Jan Palenstijn <w.j.palenstijn@liacs.leidenuniv.nl>",
17
"Bram Veenboer <veenboer@astron.nl>",
18
"Richard Schoonhoven <Richard.Schoonhoven@cwi.nl>",
+ "Leon Oostrum <l.oostrum@esciencecenter.nl",
]
readme = "README.md"
0 commit comments