Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Workaround for seg fault in
vec::convert<>
for OpenCL CPU at…
… O0 (#14498) 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.
- Loading branch information