Skip to content

[SYCL] Use public interfaces in function_pointer.hpp #1097

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 4 commits into from
Feb 6, 2020

Conversation

alexbatashev
Copy link
Contributor

This patch is a part of effort to decouple SYCL Runtime library
interface from its actual implementation. The goal is to improve
SYCL ABI/API compatibility between different versions of library.

Two helper functions were introduced to eliminate calls to _impl
classes. This caused 3 tests fail. 2 tests were found to use
internal APIs. Missing include clauses were added to workaround
those fails. A more robust solution will be provided in separate
patches.

Signed-off-by: Alexander Batashev [email protected]

AlexeySachkov
AlexeySachkov previously approved these changes Feb 4, 2020
Copy link
Contributor

@AlexeySachkov AlexeySachkov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

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

LGTM

AlexeySachkov
AlexeySachkov previously approved these changes Feb 5, 2020
Copy link
Contributor

@AlexeySachkov AlexeySachkov left a comment

Choose a reason for hiding this comment

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

Still LGTM

Alexander Batashev added 4 commits February 6, 2020 11:53
This patch is a part of effort to decouple SYCL Runtime library
interface from its actual implementation. The goal is to improve
SYCL ABI/API compatibility between different versions of library.

Two helper functions were introduced to eliminate calls to _impl
classes. This caused 3 tests fail. 2 tests were found to use
internal APIs. Missing include clauses were added to workaround
those fails. A more robust solution will be provided in separate
patches.

Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
Signed-off-by: Alexander Batashev <[email protected]>
@alexbatashev
Copy link
Contributor Author

Moved helper function from cl::sycl::intel::detail to cl::sycl::detail to remove ambiguity on Windows.

@romanovvlad romanovvlad merged commit e026a0d into intel:sycl Feb 6, 2020
@alexbatashev alexbatashev deleted the private/abatashe/refactor_fp branch September 17, 2021 06:45
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