Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin/sycl-ls-unified-runtime.cpp fails on Windows Gen12 #12798

Closed
steffenlarsen opened this issue Feb 22, 2024 · 1 comment · Fixed by #13995
Closed

Plugin/sycl-ls-unified-runtime.cpp fails on Windows Gen12 #12798

steffenlarsen opened this issue Feb 22, 2024 · 1 comment · Fixed by #13995
Labels
bug Something isn't working confirmed

Comments

@steffenlarsen
Copy link
Contributor

steffenlarsen commented Feb 22, 2024

The Plugin/sycl-ls-unified-runtime.cpp test is failing on CI Windows Gen12 with the following error:

********************
FAIL: SYCL :: Plugin/sycl-ls-unified-runtime.cpp (1512 of 1902)
******************** TEST 'SYCL :: Plugin/sycl-ls-unified-runtime.cpp' FAILED ********************
Exit Code: 3221225477

Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR="level_zero:*" ...\install\bin\sycl-ls.exe 2>&1 | ...\install\bin\filecheck.exe --check-prefixes=CHECK-PI ...\llvm\sycl\test-e2e\Plugin\sycl-ls-unified-runtime.cpp
# executed command: env 'ONEAPI_DEVICE_SELECTOR=level_zero:*' '...\install\bin\sycl-ls.exe'
# note: command had no output on stdout or stderr
# executed command: '...\install\bin\filecheck.exe' --check-prefixes=CHECK-PI '...\llvm\sycl\test-e2e\Plugin\sycl-ls-unified-runtime.cpp'
# note: command had no output on stdout or stderr
# RUN: at line 3
env SYCL_PREFER_UR=0 ONEAPI_DEVICE_SELECTOR="level_zero:*" ...\install\bin\sycl-ls.exe 2>&1 | ...\install\bin\filecheck.exe --check-prefixes=CHECK-PI ...\llvm\sycl\test-e2e\Plugin\sycl-ls-unified-runtime.cpp
# executed command: env SYCL_PREFER_UR=0 'ONEAPI_DEVICE_SELECTOR=level_zero:*' '...\install\bin\sycl-ls.exe'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 0xc0000005
# executed command: '...\install\bin\filecheck.exe' --check-prefixes=CHECK-PI '...\llvm\sycl\test-e2e\Plugin\sycl-ls-unified-runtime.cpp'
# note: command had no output on stdout or stderr

--

See for example #12778 and #12766

@steffenlarsen steffenlarsen added the bug Something isn't working label Feb 22, 2024
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this issue Feb 23, 2024
@kbenzie
Copy link
Contributor

kbenzie commented Mar 20, 2024

I beleive this could be resolved by #12992

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants