-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Description
Describe the bug
Test is already disabled on:
// Temporarily disabled until the failure is addressed.
// UNSUPPORTED: (level_zero && windows)
// UNSUPPORTED: (gpu-intel-dg2 || hip_amd) && linux
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15648
Looks like there are more configurations, where it fails.
See: https://github.com/intel/llvm/actions/runs/12676513411/job/35330222092?pr=16560
******************** TEST 'SYCL :: USM/memops2d/memcpy2d_dhost_to_shared.cpp' FAILED ********************
Exit Code: -11
Command Output (stdout):
--
# RUN: at line 10
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp -o /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/USM/memops2d/memcpy2d_dhost_to_shared.cpp -o /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 11
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 11
env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/USM/memops2d/Output/memcpy2d_dhost_to_shared.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