-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][UR] Replace logging and leak checking with L0 loader functionality #17150
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
Draft
igchor
wants to merge
8
commits into
intel:sycl
Choose a base branch
from
igchor:leak_checker_log
base: sycl
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
c067f9d
to
f4582f4
Compare
f4582f4
to
3310047
Compare
3310047
to
f67d29a
Compare
bc1e109
to
2263b22
Compare
90cf7da
to
085ca9d
Compare
085ca9d
to
0af929a
Compare
ce4e3ed
to
de4dc3c
Compare
- [L0] Update to build L0 Adapter with static loader in all times - Fix urKernelCreateWithNativeHandle to properly init L0 before use - Fix v2 tests that directly link Loader which statically link Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
Signed-off-by: Neil R. Spruit <[email protected]>
This ensures that calls to L0 made through UMF and user code are also tracked.
instead, rely on logging provided by L0 loader. Also, remove ZeCall and option to serialize all L0 calls. It wasn't used correctly anyway, the function call in ZE2UR_CALL* was done before taking the lock.
Account for the fact that when using API loggin from L0 loader, calls to zeMemFree from the test are also tracked.
igchor
added a commit
to igchor/llvm
that referenced
this pull request
Mar 17, 2025
This is a prerequisite for intel#17150
sarnex
pushed a commit
that referenced
this pull request
Mar 18, 2025
This is a prerequisite for #17150
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.
No description provided.