-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL] Fix SYCL-CTS regression after https://github.com/intel/llvm/pull/15543 #15931
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
Conversation
Apparently, we perform some hacks around constant address space that I wasn't aware of. Make sure new address cast helpers are called consistently with the previous behavior.
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.
devops lgtm
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.
Tiny nitpick aside, LGTM.
Co-authored-by: Sergey Semenov <[email protected]>
|
@aelovikov-intel hi, it looks like the test fails after turning on |
I verified it locally when developing this fix and it passed. Will look into the failue. |
The regression that I fixed here was resulting in a segmentation fault and that's been fixed. The current failures are of these form: and I don't see how it can be related to the regression I had introduced and subsequently fixed by this PR. |
|
It looks like it's failing on the code added in KhronosGroup/SYCL-CTS#935. Tagging @victor-eds to take a look into it. |
Apparently, we perform some hacks around constant address space that I wasn't aware of. Make sure new address cast helpers are called consistently with the previous behavior.