[SYCL] Introduce sycl-sanitizer tool#4174
Closed
alexbatashev wants to merge 7 commits intointel:syclfrom
Closed
Conversation
cc97308 to
0dc5382
Compare
Contributor
Author
|
Tests: intel/llvm-test-suite#459 |
f0f21e0 to
48484eb
Compare
sycl-sanitizer tool aims to help developers find memory leaks when using USM pointers.
Contributor
Author
|
@smaslov-intel FYI |
Contributor
|
Cool stuff! |
alexbatashev
commented
Oct 5, 2021
s-kanaev
reviewed
Oct 5, 2021
| _ZN2cl4sycl7handler20associateWithHandlerEPNS0_6detail16AccessorBaseHostENS0_6access6targetE | ||
| _ZN2cl4sycl7handler20setStateSpecConstSetEv | ||
| _ZN2cl4sycl7handler22setHandlerKernelBundleERKSt10shared_ptrINS0_6detail18kernel_bundle_implEE | ||
| _ZN2cl4sycl7handler28setStateExplicitKernelBundleEv |
Contributor
There was a problem hiding this comment.
It is ABI breaking change, isn't it?
Contributor
Author
There was a problem hiding this comment.
No, it has been re-ordered
Contributor
Author
|
replaced with #5389 |
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.
sycl-sanitizer is a CLI tool to facilitate development of DPC++ applications. Currently sycl-sanitizer is capable of the following diagnostics:
Example usage: