Skip to content

[DeviceASAN] Correct overhead formula #18171

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
merged 2 commits into from
Apr 24, 2025
Merged

Conversation

AllanZyne
Copy link
Contributor

@AllanZyne AllanZyne commented Apr 24, 2025

Old: overhead = (shadow + redzone) / (user + shadow + redzone)
New: overhead = (shadow + redzone) / user

@AllanZyne AllanZyne requested a review from a team as a code owner April 24, 2025 03:40
@AllanZyne
Copy link
Contributor Author

The failed test is tracked by #17650

@AllanZyne
Copy link
Contributor Author

Hi @intel/unified-runtime-reviewers, please review, thanks!

@AllanZyne
Copy link
Contributor Author

Hi @intel/llvm-gatekeepers, this pr is ready to merge, thanks!

@martygrant martygrant merged commit 871b5b1 into sycl Apr 24, 2025
33 of 34 checks passed
@AllanZyne AllanZyne deleted the review/yang/fix_asan_overhead branch April 25, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants