Skip to content

[SYCL][NFC] Use Impl objects instead of SYCL objects #941

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 1 commit into from
Dec 18, 2019

Conversation

vladimirlaz
Copy link
Contributor

@vladimirlaz vladimirlaz commented Dec 17, 2019

Switch to use shared pointers to impl objects in fields of *_impl
classes to avoid duplication of object creation and avoiding default
constructors calls and creation context for unpredictable devices.

Signed-off-by: Vladimir Lazarev vladimir.lazarev@intel.com

Switch to use shared pointers to impl objects in fields of *_impl
classes to avoid duplication of object creation and avoiding default
constructors calls and creation context for unpredictable devices.

Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
Copy link
Contributor

@alexbatashev alexbatashev left a comment

Choose a reason for hiding this comment

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

LGTM

@bader bader merged commit b0bd6a7 into intel:sycl Dec 18, 2019
@vladimirlaz vladimirlaz deleted the private/vlazarev/impl branch December 18, 2019 12:13
vladimirlaz pushed a commit that referenced this pull request Mar 30, 2021
* Print path info in error messages only in debug build

Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@64be6c6
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.

4 participants