llvm
llvm copied to clipboard
Basic/multi_context_wait.cpp fails on Linux NativeCPU
Describe the bug
Describe the bug
Basic/multi_context_wait.cpp has been observed to fail on Linux NativeCPU in CI (for example https://github.com/intel/llvm/actions/runs/19928913250/job/57137636820)
******************** TEST 'SYCL :: Basic/multi_context_wait.cpp' FAILED ********************
Exit Code: -11
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/multi_context_wait.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/multi_context_wait.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin/clang++ -Werror -fsycl -fsycl-targets=native_cpu /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/multi_context_wait.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/multi_context_wait.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/multi_context_wait.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=native_cpu:cpu /__w/llvm/llvm/build-e2e/Basic/Output/multi_context_wait.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11
--
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version] - Dependencies version: [e.g. the output of
sycl-ls --verbose]
Additional context
No response