intel / intel/llvm

Basic/std_array.cpp failing on Windows GEN12 post commit

Open
#18,458 3 comments 0 reactions 1 assignee Claimed by @ianayl View on GitHub
bug confirmed
Dominant language
LLVM
Stars
1.5k
Forks
854
Avg merge
3d 17h
Merged PRs (30d)
137

Description

As noted by @sarnex in [this comment](https://github.com/intel/llvm/pull/18400#issuecomment-2877574379) on https://github.com/intel/llvm/pull/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

--

********************
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.