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][Graph] enable_shared_from_this refactor #15195

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented Aug 26, 2024

Use std::enable_shared_from_this to remove need for passing a shared pointer of this as a function parameter.

std::enable_shared_from_this usage was previously introduced to graph code in #14453 (comment)

Use `std::enable_shared_from_this` to remove need for passing
a shared pointer of `this` as a function parameter.

`std::enable_shared_from_this` usage was previously introduced
to graph code in intel#14453 (comment)
@EwanC EwanC temporarily deployed to WindowsCILock August 27, 2024 07:51 — with GitHub Actions Inactive
@EwanC EwanC marked this pull request as ready for review August 27, 2024 08:07
@EwanC EwanC requested review from a team as code owners August 27, 2024 08:07
@EwanC EwanC requested a review from aelovikov-intel August 27, 2024 08:07
@EwanC EwanC temporarily deployed to WindowsCILock August 27, 2024 08:17 — with GitHub Actions Inactive
@EwanC
Copy link
Contributor Author

EwanC commented Aug 30, 2024

@intel/llvm-gatekeepers This is good to merge, thanks

@steffenlarsen steffenlarsen merged commit f04c79b into intel:sycl Aug 30, 2024
16 checks passed
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.

5 participants