-
Notifications
You must be signed in to change notification settings - Fork 125
[DeviceASAN] Use device usm to sync asan runtime data instead of shared usm #2249
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
martygrant
merged 8 commits into
oneapi-src:main
from
zhaomaosu:use-device-usm-for-rtl-data
Dec 5, 2024
Merged
[DeviceASAN] Use device usm to sync asan runtime data instead of shared usm #2249
martygrant
merged 8 commits into
oneapi-src:main
from
zhaomaosu:use-device-usm-for-rtl-data
Dec 5, 2024
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
…ed usm Shared USM has poor performance, change it to device USM will benefit several benchmarks.
yingcong-wu
approved these changes
Oct 28, 2024
AllanZyne
reviewed
Oct 28, 2024
AllanZyne
reviewed
Oct 28, 2024
this is a non-trivial change, please create an intel/llvm PR. |
Done |
pbalcer
approved these changes
Nov 7, 2024
AllanZyne
approved these changes
Nov 27, 2024
please rebase. |
This needs a rebase again. |
Done |
The build failure is fixed in intel/llvm part PR. And the pre ci of intel/llvm PR is passed. |
martygrant
added a commit
to zhaomaosu/llvm
that referenced
this pull request
Dec 5, 2024
martygrant
added a commit
to intel/llvm
that referenced
this pull request
Dec 5, 2024
UR Part: oneapi-src/unified-runtime#2249 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
KornevNikita
pushed a commit
to intel/llvm
that referenced
this pull request
Feb 19, 2025
UR Part: oneapi-src/unified-runtime#2249 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
KornevNikita
pushed a commit
to intel/llvm
that referenced
this pull request
Feb 25, 2025
UR Part: oneapi-src/unified-runtime#2249 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
KornevNikita
pushed a commit
to intel/llvm
that referenced
this pull request
Feb 25, 2025
UR Part: oneapi-src/unified-runtime#2249 --------- Co-authored-by: Martin Morrison-Grant <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
loader
Loader related feature/bug
ready to merge
Added to PR's which are ready to merge
sanitizer
Sanitizer layer issues/changes/specification
v0.11.x
Include in the v0.11.x release
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.
Shared USM has poor performance, change it to device USM will benefit several benchmarks.
intel/llvm part: intel/llvm#15911