Open
Description
Describe the bug
There are multiple tests that seem to be failing in multiple PRs, that have no relevant
changes:
Some examples of the failures
- https://github.com/intel/llvm/actions/runs/15717366388/job/44292174201?pr=19030
- https://github.com/intel/llvm/actions/runs/15713348923/job/44278344460?pr=19028
- https://github.com/intel/llvm/actions/runs/15726048870/job/44317302676?pr=18995
PVC:
********************
Failed Tests (12):
SYCL :: Graph/Explicit/interop-level-zero-launch-kernel.cpp
SYCL :: Graph/Explicit/memadvise.cpp
SYCL :: Graph/Explicit/opencl_local_acc.cpp
SYCL :: Graph/Explicit/prefetch.cpp
SYCL :: Graph/Explicit/spec_constants_handler_api.cpp
SYCL :: Graph/Explicit/spec_constants_kernel_bundle_api.cpp
SYCL :: Graph/RecordReplay/interop-level-zero-launch-kernel.cpp
SYCL :: Graph/RecordReplay/memadvise.cpp
SYCL :: Graph/RecordReplay/opencl_local_acc.cpp
SYCL :: Graph/RecordReplay/prefetch.cpp
SYCL :: Graph/RecordReplay/raw_kernel_arg.cpp
SYCL :: Graph/RecordReplay/spec_constants_handler_api.cpp
BMG:
********************
Failed Tests (11):
SYCL :: Graph/Explicit/interop-level-zero-launch-kernel.cpp
SYCL :: Graph/Explicit/memadvise.cpp
SYCL :: Graph/Explicit/opencl_local_acc.cpp
SYCL :: Graph/Explicit/prefetch.cpp
SYCL :: Graph/Explicit/raw_kernel_arg.cpp
SYCL :: Graph/RecordReplay/interop-level-zero-launch-kernel.cpp
SYCL :: Graph/RecordReplay/memadvise.cpp
SYCL :: Graph/RecordReplay/opencl_local_acc.cpp
SYCL :: Graph/RecordReplay/prefetch.cpp
SYCL :: Graph/RecordReplay/raw_kernel_arg.cpp
SYCL :: Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: Linux
- Target device and vendor: Intel GPU
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response