Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define cl_khr_fp16 cross/dot error in terms of HALF_EPSILON #893

Merged
merged 1 commit into from Mar 21, 2023

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Mar 20, 2023

The error for geometric cl_khr_fp16 builtins cross & dot is currently defined in terms of HLF_EPSILON. However HLF_EPSILON isn't defined anywhere, the OpenCL language macro defined by cl_khr_fp16 is HALF_EPSILON.

The error for geometric cl_khr_fp16 builtins
`cross` & `dot` is currently defined in terms of
`HLF_EPSILON`. However `HLF_EPSILON` isn't defined,
the OpenCL language macro defined by cl_khr_fp16 is
`HALF_EPSILON`.
Copy link
Contributor

@bashbaug bashbaug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. No reason to wait to merge this one.

@bashbaug bashbaug merged commit e953c71 into KhronosGroup:main Mar 21, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants