Open
Description
As noted by @sarnex in this comment on #18400:
@ianayl @aelovikov-intel It looks like the std::array
test is failing in Gen12 Win postcommit after this PR, can you take a look? Thx
https://github.com/intel/llvm/actions/runs/14999424550/job/42152662548
FAIL: SYCL :: Basic/std_array.cpp (407 of 2364)
******************** TEST 'SYCL :: Basic/std_array.cpp' FAILED ********************
Exit Code: 3221225477
Command Output (stdout):
--
# RUN: at line 5
D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror --driver-mode=cl -fsycl -o D:\github\_work\llvm\llvm\build-e2e\Basic\Output\std_array.cpp.tmp.exe D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Basic\std_array.cpp /Od /MDd /Zi /EHsc
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror --driver-mode=cl -fsycl -o 'D:\github\_work\llvm\llvm\build-e2e\Basic\Output\std_array.cpp.tmp.exe' 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Basic\std_array.cpp' /Od /MDd /Zi /EHsc
# RUN: at line 6
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\Basic\Output\std_array.cpp.tmp.exe
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Basic\Output\std_array.cpp.tmp.exe'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 0xc0000005
--
********************