-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][XPTI] Add unique queue ID to trace #11548
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
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0e65df8
[SYCL] Add unique queue ID to xpti traces:queue_create and queue_destroy
KseniyaTikhomirova 03381f8
add queue ID to task_begin traces
KseniyaTikhomirova d38e386
draft
KseniyaTikhomirova 563a94f
add test case
KseniyaTikhomirova e02636e
add tests
KseniyaTikhomirova 348431d
add trace to kernel shortcut + test
KseniyaTikhomirova 27ef055
add handle to test
KseniyaTikhomirova 1f8e0c2
add xptiReleaseEvent
KseniyaTikhomirova 719873d
fix some comments
KseniyaTikhomirova 25bdb2b
fix format
KseniyaTikhomirova 05b29d6
fix format in xpti sources
KseniyaTikhomirova 30778b3
remove prints
KseniyaTikhomirova b538afa
add queue_create/destroy to sycl-trace sycl print
KseniyaTikhomirova f78f389
add task_begin/end trace to sycl-trace tool
KseniyaTikhomirova 13ca4e2
fix subscribers and test
KseniyaTikhomirova 336acad
add E2E test
KseniyaTikhomirova b75e9cb
add doc. part 1
KseniyaTikhomirova cc0a7b8
add doc. part 1 with fix
KseniyaTikhomirova 595e8b2
add doc. part 1 with fix 2
KseniyaTikhomirova dd05ab5
add queue_id to node_create
KseniyaTikhomirova a49fbe2
fix test
KseniyaTikhomirova a48d8be
fix E2E test
KseniyaTikhomirova ae227b0
add note
KseniyaTikhomirova 4b43eb7
add one more test and fix
KseniyaTikhomirova 625a357
fix test
KseniyaTikhomirova 8e7693c
fix comments
KseniyaTikhomirova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!