-
Notifications
You must be signed in to change notification settings - Fork 794
Closed
Labels
Description
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