llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Graph/RecordReplay/host_task2_multiple_roots.cpp test fails on BMG on v2 L0 adapter

Open igchor opened this issue 7 months ago • 0 comments

Describe the bug

FAIL: SYCL :: Graph/RecordReplay/host_task2_multiple_roots.cpp (749 of 2405)
******************** TEST 'SYCL :: Graph/RecordReplay/host_task2_multiple_roots.cpp' FAILED ********************
Exit Code: -11

Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task2_multiple_roots.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task2_multiple_roots.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task2_multiple_roots.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/host_task2_multiple_roots.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11

One of the fails: https://github.com/intel/llvm/actions/runs/15683176867/job/44182219730?pr=18903

To reproduce

No response

Environment

Additional context

No response

igchor avatar Jun 16 '25 15:06 igchor