Skip to content

Conversation

@yingcong-wu
Copy link
Contributor

@yingcong-wu yingcong-wu commented Aug 29, 2024

Currently, the tracing layer is inited before sanitizer layer, which means if the sanitizer layer intercepts an API and does not call through layers. The tracing layer will not be able to print the API call.

We should always keep the tracing layer as the last one to be initialized to make sure it is the first layer to handle any API calls so that any API calls would be properly traced.

SYCLOS PR: intel/llvm#15221

@yingcong-wu yingcong-wu requested a review from a team as a code owner August 29, 2024 06:09
@github-actions github-actions bot added the loader Loader related feature/bug label Aug 29, 2024
@yingcong-wu
Copy link
Contributor Author

Hi @aarongreig , what should I do to move this PR forward? Thank you.

@pbalcer pbalcer added ready to merge Added to PR's which are ready to merge and removed ready to merge Added to PR's which are ready to merge labels Sep 2, 2024
@pbalcer
Copy link
Contributor

pbalcer commented Sep 2, 2024

@yingcong-wu CI needs to be green (or mostly green :-)). I restarted it.

@yingcong-wu
Copy link
Contributor Author

@pbalcer Sure, thank you. But I just don't see how my PR relates to those failures. I will try to investigate those failures now.

@pbalcer
Copy link
Contributor

pbalcer commented Sep 3, 2024

@yingcong-wu the remaining failures are unrelated. I'll mark this as ready to merge.

@pbalcer pbalcer added the ready to merge Added to PR's which are ready to merge label Sep 3, 2024
@yingcong-wu
Copy link
Contributor Author

Thank you!

@aarongreig aarongreig merged commit 2c4bf63 into oneapi-src:main Oct 11, 2024
76 of 78 checks passed
martygrant pushed a commit to intel/llvm that referenced this pull request Oct 11, 2024
@yingcong-wu yingcong-wu deleted the yc-0829-move-tracing-before-sanitizer branch October 25, 2024 08:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants