Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Use the ext_oneapi_submit_barrier method #644

Merged
merged 1 commit into from Dec 21, 2021
Merged

[SYCL] Use the ext_oneapi_submit_barrier method #644

merged 1 commit into from Dec 21, 2021

Conversation

ghost
Copy link

@ghost ghost commented Dec 20, 2021

The sycl::queue::submit_barrier method is deprecated in SYCL 2020,
the sycl::queue::ext_oneapi_submit_barrier one should be used instead.

Signed-off-by: Pavel Samolysov [email protected]

The sycl::queue::submit_barrier method is deprecated in SYCL 2020,
the sycl::queue::ext_oneapi_submit_barrier one should be used instead.

Signed-off-by: Pavel Samolysov <[email protected]>
@ghost ghost self-requested a review as a code owner December 20, 2021 14:02
Copy link

@alexanderfle alexanderfle left a comment

Choose a reason for hiding this comment

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

LGTM

@vladimirlaz vladimirlaz merged commit 7debe14 into intel:intel Dec 21, 2021
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…e#644)

The sycl::queue::submit_barrier method is deprecated in SYCL 2020,
the sycl::queue::ext_oneapi_submit_barrier one should be used instead.

Signed-off-by: Pavel Samolysov <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants