Skip to content
New issue

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

USM/memops2d/memcpy2d_dhost_to_shared.cpp fails in post-commit (likely flaky) #16568

Open
KornevNikita opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working confirmed

Comments

@KornevNikita
Copy link
Contributor

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

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. 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

@KornevNikita KornevNikita added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

2 participants