Skip to content

Commit

Permalink
Merge pull request #988 from MartinWehking/adapters
Browse files Browse the repository at this point in the history
Enable fp16 runtime support for hip
  • Loading branch information
kbenzie authored Dec 6, 2023
2 parents 95db255 + 5d304c5 commit 364a299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adapters/hip/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
SupportedExtensions += "cl_khr_fp64 ";
}

SupportedExtensions += "cl_khr_fp16 ";

return ReturnValue(SupportedExtensions.c_str());
}
case UR_DEVICE_INFO_PRINTF_BUFFER_SIZE: {
Expand Down

0 comments on commit 364a299

Please sign in to comment.