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

[SYCL] Represent the half as __fp16 to follow OpenCL representation. #2000

Closed
wants to merge 1 commit into from

Conversation

Naghasan
Copy link
Contributor

As per discussed in the upstreaming call, this is the changes identified to align the half type with the OpenCL one.

__fp16 is the type used to represent half type.
It lowers to the same type as would _Float16 if the target support native half
but doesn't requires that the target/backend support it to use it.

Signed-off-by: Victor Lomuller victor@codeplay.com

__fp16 is the type used to represent half type.
It lowers to the same type as would _Float16 if the target support native half
but doesn't requires that the target/backend support it to use it.

Signed-off-by: Victor Lomuller <victor@codeplay.com>
@github-actions github-actions bot added the Stale label Feb 18, 2022
@github-actions github-actions bot closed this Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants