We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 --
clang++ --version
sycl-ls --verbose
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Test is already disabled on:
Looks like there are more configurations, where it fails.
See: https://github.com/intel/llvm/actions/runs/12676513411/job/35330222092?pr=16560
To reproduce
Environment
clang++ --version
]sycl-ls --verbose
]Additional context
No response
The text was updated successfully, but these errors were encountered: