Skip to content

Commit

Permalink
Merge pull request #280 from KernelTuner/hip-support-float16
Browse files Browse the repository at this point in the history
Add support for float16 to HIP backend
  • Loading branch information
benvanwerkhoven authored Nov 28, 2024
2 parents 4c0a877 + ca37d51 commit 6ebf773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ authors = [
"Willem-Jan Palenstijn <[email protected]>",
"Bram Veenboer <[email protected]>",
"Richard Schoonhoven <[email protected]>",
"Leon Oostrum <[email protected]",
]

readme = "README.md"
Expand Down

0 comments on commit 6ebf773

Please sign in to comment.