SYCLBIN/dg_executable_bmg_aot.cpp failing in postcommit on Win BMG
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
https://github.com/intel/llvm/actions/runs/23441246903/job/68196613139
https://github.com/intel/llvm/actions/runs/23431514279/job/68162752577
```
Failed Tests (1):
SYCL :: SYCLBIN/dg_executable_bmg_aot.cpp
```
```
FAIL: SYCL :: SYCLBIN/dg_executable_bmg_aot.cpp (2083 of 2435)
******************** TEST 'SYCL :: SYCLBIN/dg_executable_bmg_aot.cpp' FAILED ********************
Exit Code: 3221226505
Command Output (stdout):
--
# RUN: at line 12
D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror --offload-new-driver -fsyclbin=executable -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device bmg-g21" D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SYCLBIN/Inputs/dg_kernel.cpp -o D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.syclbin
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror --offload-new-driver -fsyclbin=executable -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen '-device bmg-g21' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SYCLBIN/Inputs/dg_kernel.cpp' -o 'D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.syclbin'
# .---command stdout------------
# | Compilation from IR - skipping loading of FCL
# | Build succeeded.
# `-----------------------------
# RUN: at line 13
D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror -fsycl -fsycl-targets=spir64 D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SYCLBIN\dg_executable_bmg_aot.cpp -o D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.out
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror -fsycl -fsycl-targets=spir64 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\SYCLBIN\dg_executable_bmg_aot.cpp' -o 'D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.out'
# RUN: at line 14
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.out D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.syclbin
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.out' 'D:\github\_work\llvm\llvm\build-e2e\SYCLBIN\Output\dg_executable_bmg_aot.cpp.tmp.syclbin'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 0xc0000409
--
```
### 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.