KernelAndProgram/level-zero-static-link-flow.cpp sporadic failure on Win BMG
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
Observed on PR run with unrelated change: https://github.com/intel/llvm/actions/runs/26841172792/job/79153999505?pr=22136
```
2026-06-02T19:28:55.0412293Z FAIL: SYCL :: KernelAndProgram/level-zero-static-link-flow.cpp (1141 of 2492)
2026-06-02T19:28:55.0412634Z ******************** TEST 'SYCL :: KernelAndProgram/level-zero-static-link-flow.cpp' FAILED ********************
2026-06-02T19:28:55.0412902Z Exit Code: 3221226505
2026-06-02T19:28:55.0412980Z
2026-06-02T19:28:55.0413036Z Command Output (stdout):
2026-06-02T19:28:55.0413171Z --
2026-06-02T19:28:55.0413278Z # RUN: at line 8
2026-06-02T19:28:55.0413914Z env SYCL_UR_TRACE=2 UR_L0_DEBUG=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\KernelAndProgram\Output\level-zero-static-link-flow.cpp.tmp.out 2>&1 | d:\github\_work\llvm\llvm\install\bin\filecheck.exe D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\KernelAndProgram\level-zero-static-link-flow.cpp
2026-06-02T19:28:55.0414848Z # executed command: env SYCL_UR_TRACE=2 UR_L0_DEBUG=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\KernelAndProgram\Output\level-zero-static-link-flow.cpp.tmp.out'
2026-06-02T19:28:55.0415298Z # note: command had no output on stdout or stderr
2026-06-02T19:28:55.0415492Z # error: command failed with exit status: 0xc0000409
2026-06-02T19:28:55.0415888Z # executed command: 'd:\github\_work\llvm\llvm\install\bin\filecheck.exe' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\KernelAndProgram\level-zero-static-link-flow.cpp'
2026-06-02T19:28:55.0416212Z
2026-06-02T19:28:55.0416252Z --
```
### To reproduce
1. Include a code snippet that is as short as possible
2. Specify the command which should be used to compile the program
3. Specify the command which should be used to launch the program
4. Indicate what is wrong and what was expected
### Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. 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_
Contributor guide
Assessment
This issue has not been assessed yet.