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

Graph/RecordReplay/basic_usm_shared.cpp failing on unrelated changes on Windows pre-commit with Level Zero #13951

Closed
Alcpz opened this issue May 29, 2024 · 1 comment
Labels
bug Something isn't working sycl-graph

Comments

@Alcpz
Copy link
Contributor

Alcpz commented May 29, 2024

Describe the bug

SYCL :: Graph/RecordReplay/basic_usm_shared.cpp is failing on #13932 though the PR only touches unrelated headers (SYCLCOMPAT). Failure:

 Command Output (stdout):
--
# RUN: at line 1
D:/github/_work/llvm/llvm/install/bin/clang++.exe   -fsycl -fsycl-targets=spir64  D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Graph\RecordReplay\basic_usm_shared.cpp -o D:\github\_work\llvm\llvm\build-e2e\Graph\RecordReplay\Output\basic_usm_shared.cpp.tmp.out
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -fsycl -fsycl-targets=spir64 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Graph\RecordReplay\basic_usm_shared.cpp' -o 'D:\github\_work\llvm\llvm\build-e2e\Graph\RecordReplay\Output\basic_usm_shared.cpp.tmp.out'
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\_work\llvm\llvm\build-e2e\Graph\RecordReplay\Output\basic_usm_shared.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Graph\RecordReplay\Output\basic_usm_shared.cpp.tmp.out'
# .---command stdout------------
# | Unexpected value at index 64 for DataA: 65 (got) vs 70 (expected)
# `-----------------------------
# .---command stderr------------
# | Assertion failed: check_value(i, ReferenceA[i], DataA[i], "DataA"), file D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Graph\RecordReplay\../Inputs/basic_usm_shared.cpp, line 53
# `-----------------------------
# error: command failed with exit status: 0xc0000409

--

To reproduce

No response

Environment

SYCL Pre Commit on Windows / e2e / Intel GEN12 Graphics with Level Zero
https://github.com/intel/llvm/actions/runs/9272465854/job/25522929184?pr=13932

Additional context

No response

@Alcpz Alcpz added bug Something isn't working sycl-graph labels May 29, 2024
EwanC added a commit to reble/llvm that referenced this issue May 30, 2024
Several of the SYCL-Graph E2E tests occasionally fail in
CI for unrelated PRs. Disable all the tests which have
been documented as failing on Windows at any point.

See related GitHub Issues:

* intel#13951
* intel#12941
* intel#11852
sommerlukas pushed a commit that referenced this issue May 30, 2024
Several of the SYCL-Graph E2E tests occasionally fail in CI on Windows
for unrelated PRs. We can replicate this locally with a lot of effort,
but have not yet been able to diagnose the root cause of find a fix.
Disable all the tests which have been documented as sporadically failing
on Windows at any point.

See related GitHub Issues:

* #13951
* #12941
* #11852
@EwanC
Copy link
Contributor

EwanC commented Jul 8, 2024

Closing this as test is disabled and root cause falls under same category as #11852

@EwanC EwanC closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sycl-graph
Projects
None yet
Development

No branches or pull requests

2 participants