[UR][L0v2] Fix urQueueIsGraphCaptureEnabledExp when a fork is created in a graph#21145
Merged
kswiecicki merged 5 commits intointel:syclfrom Feb 2, 2026
Merged
[UR][L0v2] Fix urQueueIsGraphCaptureEnabledExp when a fork is created in a graph#21145kswiecicki merged 5 commits intointel:syclfrom
kswiecicki merged 5 commits intointel:syclfrom
Conversation
pbalcer
approved these changes
Jan 28, 2026
Contributor
Author
|
I don't see the test actually running in pre-commit v2 adapter ci. Here's the results of running it locally on BMG: |
Contributor
Execution logs from single test cases ran as a part of cmake target eg. |
Contributor
|
Hey @mmichel11, could you rebase this PR please, there should be no more CI hang-ups. |
Signed-off-by: Matthew Michel <matthew.michel@intel.com>
5bc7b66 to
f056a94
Compare
Contributor
Author
Done, L0v2 CI is passing. HIP CI shows some timestamp test failure. SYCL failure looks unrelated. |
Contributor
|
Failures on CI are unrelated to this PR. |
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
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.
urQueueIsGraphCaptureEnabledExpdoes not function properly as it does not handle command list fork-join. We should fix this by querying the L0 API instead of duplicating the logic throughout UR to track queue state transition.