Skip to content

[SYCL] Ensure utility methods are not exported from image_impl #1760

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

Merged
merged 3 commits into from
May 27, 2020

Conversation

alexbatashev
Copy link
Contributor

checkImageValueRange and checkAny are transformed to pure functions
with private linkage. This prevents linker to export these functions from
the library.

Alexander Batashev added 2 commits May 27, 2020 11:27
checkImageValueRange and checkAny are transformed to pure functions
with private linkage. This prevents linker to export these functions from
the library.

Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
@alexbatashev alexbatashev requested a review from a team as a code owner May 27, 2020 08:30
Copy link
Contributor

@sergey-semenov sergey-semenov left a comment

Choose a reason for hiding this comment

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

LGTM overall, minor comments

@bader bader merged commit 0a99000 into intel:sycl May 27, 2020
@alexbatashev alexbatashev deleted the do_not_export_image_utils branch July 28, 2021 06:44
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.

3 participants