-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL][XPTI] Organize XPTI objects in one location(XPTI Registry) #19630
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
Conversation
tovinkere
commented
Jul 29, 2025
- Minimizes the calls to xptiRegisterStream()
- Intializes all the necessary streams and creates events needed by SYCL in one location
- Re-organized the initialization so all streams are initialized in one place. Fixes issues where streams were not being registered - Minimized the use of xptiRegisterStream by using the global setup during initialization. This should improve performance for collectors Signed-off-by: Vasanth Tovinkere <[email protected]>
Signed-off-by: Vasanth Tovinkere <[email protected]>
- Address the failing tests by fixing the checks as the streams are now initialized in XPTIRegistry - Addresses a bug in xpti::tracepoint_scope_t that caused a failure in test-e2e/Tracing/task_execution.cpp due to missing metadata Signed-off-by: Vasanth Tovinkere <[email protected]>
Signed-off-by: Vasanth Tovinkere <[email protected]>
- Updated USM allocation notifications to new APIs through xpti::framework::tracepoint_scope_t Signed-off-by: Vasanth Tovinkere <[email protected]>
Signed-off-by: Vasanth Tovinkere <[email protected]>
|
@KseniyaTikhomirova Can you please review so this can be merged? |
Signed-off-by: Vasanth Tovinkere <[email protected]>
Signed-off-by: Vasanth Tovinkere <[email protected]>
|
@intel/llvm-gatekeepers The review comments have been addressed and the failure in the reductions is unrelated to the PR |
|
We still need approvals from @intel/llvm-reviewers-runtime @intel/sycl-graphs-reviewers and @intel/unified-runtime-reviewers |
adamfidel
left a comment
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.
Graph changes look good.
|
@sarnex Looks like all the reviews are in - can this be merged now? |