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] Workaround for seg fault in vec::convert<> for OpenCL CPU at O0 #14498

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

uditagarwal97
Copy link
Contributor

There seems to be a bug in CodeGen for OpenCL CPU which causes a seg-fault in vec::convert<>, when converting to vec<long, 8> at O0.
To unblock #14317, this PR proposes a non-functional change as a workaround for the CodeGen bug.

Copy link
Contributor

@againull againull left a comment

Choose a reason for hiding this comment

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

Most likely you already did, but if not then it will be nice to file an issue against opencl cpu runtime to investigate the real root cause.

@uditagarwal97
Copy link
Contributor Author

Most likely you already did, but if not then it will be nice to file an issue against opencl cpu runtime to investigate the real root cause.

Yes. I have filed an internal ticket for this.

@uditagarwal97
Copy link
Contributor Author

The failure in Windows, L0 seems related to #14473

@intel/llvm-gatekeepers the PR is ready for merge.

@steffenlarsen steffenlarsen merged commit da02e02 into sycl Jul 11, 2024
14 of 15 checks passed
steffenlarsen added a commit that referenced this pull request Jul 11, 2024
The RecordReplay/host_task_last.cpp test failed in
#14498 which appears to be the same as
was previously reported in #14473.
This commit disables the test.

Signed-off-by: Larsen, Steffen <[email protected]>
@aelovikov-intel aelovikov-intel deleted the uditagarwal97-patch-1 branch July 11, 2024 16:06
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.

None yet

3 participants