Skip to content

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

@KornevNikita

Description

@KornevNikita

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions