-
Notifications
You must be signed in to change notification settings - Fork 738
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] Fix device assertion bug on windows #15199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix formatting, other than that LGTM.
…5/llvm into device_assertion_windows
Done! |
…5/llvm into device_assertion_windows
@intel/llvm-gatekeepers |
@intel/llvm-gatekeepers ping |
Reminder to close #12797 once this is merged. |
https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address mentions a "noreply" github email. You may have to edit some of your github settings. |
Opened another clone here with hopefully proper email this time: #15232. |
This PR fixes a device assertion bug on Windows where the assertion message and information are not printed when an assertion is triggered. Also re-enabled some tests failing because of it. See #12797.