Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.25k
stars
738
forks
source link
[SYCL][E2E] `Basic/interop/interop_all_backends.cpp` and `OptionalKernelFeatures/is_compatible/is_compatible_several_targets.cpp` failed after re-enabling #15819
A number of tests were incorrectly always disabled due to REQUIRES: conditions that could never be met. After being re-enabled two of these tests fail.
Failing on Linux L0 too, we just aren't seeing it in precommit because we test opencl and l0 at the same time, opencl is xfailed, and when we test on multiple targets and one of them is xfail we internally change the xfail to unsupported. I'll disable it
Describe the bug
A number of tests were incorrectly always disabled due to
REQUIRES:
conditions that could never be met. After being re-enabled two of these tests fail.The following are failing:
OptionalKernelFeatures/is_compatible/is_compatible_several_targets.cpp
#15816Basic/interop/interop_all_backends.cpp
#15767 On OpenCL device:On CUDA device:
This test also failed in DG2 and HIP: on this post-commit run: https://github.com/intel/llvm/actions/runs/11523103039 HIP ERROR:
DG2 ERROR:
To reproduce
Environment
clang++ --version
]sycl-ls --verbose
]Additional context
No response