Skip to content

[SYCL][E2E] Fix L0 barrier test to handle counting events #15053

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
Aug 15, 2024

Conversation

nrspruit
Copy link
Contributor

  • Test2 in level_zero_barrier_optimization.cpp will only see Event Create or Host Reset if counting events are not used from the cache, which is default for immediate command list and in order list use.
  • counting events cannot be reset so neither of these prints would be seen so this is optional.

- Test2 in level_zero_barrier_optimization.cpp will only see Event
  Create or Host Reset if counting events are not used from the cache, which is default
for immediate command list and in order list use.
- counting events cannot be reset so neither of these prints would be
  seen so this is optional.

Signed-off-by: Neil R. Spruit <[email protected]>
@nrspruit
Copy link
Contributor Author

@intel/llvm-gatekeepers please review and merge this change to address false negative with this test.

@dm-vodopyanov
Copy link
Contributor

@intel/llvm-gatekeepers please review and merge this change to address false negative with this test.

Review from @intel/unified-runtime-reviewers is needed.

@nrspruit
Copy link
Contributor Author

@intel/llvm-gatekeepers please merge when able to fix this test case in CI.

@steffenlarsen
Copy link
Contributor

@intel/unified-runtime-reviewers review is still needed.

@martygrant martygrant merged commit 2535062 into intel:sycl Aug 15, 2024
14 checks passed
AlexeySachkov pushed a commit to AlexeySachkov/llvm that referenced this pull request Nov 26, 2024
- Test2 in level_zero_barrier_optimization.cpp will only see Event
Create or Host Reset if counting events are not used from the cache,
which is default for immediate command list and in order list use.
- counting events cannot be reset so neither of these prints would be
seen so this is optional.

Signed-off-by: Neil R. Spruit <[email protected]>
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.

6 participants