Skip to content

[SYCL] Keep CG ownership for run_on_host_intel command nodes #5823

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
Mar 25, 2022

Conversation

sergey-semenov
Copy link
Contributor

@sergey-semenov sergey-semenov commented Mar 16, 2022

As of commit 5373ccb
DispatchNativeKernel uses copies of the required data instead of using
the associated command group object directly. This change removes the
release of CG ownership from the command node since the CG is no longer
accessed or deleted by DispatchNativeKernel.

As of commit 5373ccb,
DispatchNativeKernel uses copies of the required data instead of using
the associated command group object directly. This change removes the
release of CG ownership from the command node since the CG is no longer
deleted by DispatchNativeKernel.
@sergey-semenov sergey-semenov marked this pull request as ready for review March 22, 2022 15:30
@sergey-semenov sergey-semenov requested a review from a team as a code owner March 22, 2022 15:30
@sergey-semenov
Copy link
Contributor Author

@intel/llvm-reviewers-runtime Could someone please review this change?

@bader bader merged commit 86cf56a into intel:sycl Mar 25, 2022
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