Skip to content
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

[SYCL][E2E] set pointer to nullptr to avoid Device Address Sanitizer complain about invalid pointer. #16168

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

yingcong-wu
Copy link
Contributor

The int_ptr is pointed to random memory, which causes the Device Address Sanitizer to complain that it points to unknown memory.

@yingcong-wu
Copy link
Contributor Author

CI failures clearly unrelated.

Copy link
Contributor

@Alcpz Alcpz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. There is already an issue created for the failing test:

#8803

Leaving it here for the gatekeepers to check.

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.

2 participants