intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.22k stars 732 forks source link

Various SYCLcompat test failures #15737

Open joeatodd opened 2 hours ago

joeatodd commented 2 hours ago

Describe the bug

Recently we have started seeing failures in the following tests:

These are occurring across various PRs unrelated to these tests, so I believe the breakage is already in sycl.

https://github.com/intel/llvm/actions/runs/11363119797/job/31606773901?pr=15719 https://github.com/intel/llvm/actions/runs/11364896963/job/31612247815?pr=15572 https://github.com/intel/llvm/actions/runs/11370543686/job/31630960112?pr=15728 https://github.com/intel/llvm/actions/runs/11367014317/job/31619261890?pr=15721

I am working on this with high priority. I have made this issue to help unblock unrelated PRs.

To reproduce

No response

Environment

Additional context

No response

pbalcer commented 2 hours ago

This might be related to the change that was already reverted here: https://github.com/intel/llvm/pull/15720

Are you still seeing this issue after that revert?