Skip to content

[SYCL] Fix arithmetic unary operators for non-native vec #10750

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

Closed

Conversation

steffenlarsen
Copy link
Contributor

This commit fixes an issue where the arithmetic unary operators + and - for sycl::vec assume that the native vector representation is always used on the device.

This commit fixes an issue where the arithmetic unary operators + and -
for sycl::vec assume that the native vector representation is always
used on the device.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner August 9, 2023 07:25
@steffenlarsen
Copy link
Contributor Author

Seems to already be handled by #10722.

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.

1 participant