-
Notifications
You must be signed in to change notification settings - Fork 808
[UR][L0] Correctly wait on barrier on urEnqueueEventsWaitWithBarrier #11541
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4c86f07 to
3574762
Compare
Contributor
|
@jandres742 Testing is failing because 780c96ea22d8d22e8749be3741bd4eeff5c5cc8a commit is in your fork and not in the original repo: https://github.com/oneapi-src/unified-runtime.git |
3574762 to
e82c572
Compare
e82c572 to
5adffe3
Compare
5adffe3 to
2eb36a7
Compare
2eb36a7 to
aeb6c15
Compare
00f0551 to
1dc159d
Compare
1dc159d to
a6b80bd
Compare
Contributor
Author
|
@smaslov-intel : please take a look at the changes in the test. Related UR PR: github.com/oneapi-src/unified-runtime/pull/962 |
a6b80bd to
8de5a7f
Compare
When event list is null, a barrier is still needed for all previous commands if profiling is enabled, so fix it. Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
kbenzie
approved these changes
Dec 8, 2023
Contributor
|
@intel/llvm-gatekeepers please merge. |
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When event list is null, a barrier is still needed for all previous commands, so fix it.