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

Basic/image/image_array.cpp fails on GPU #15398

Open
steffenlarsen opened this issue Sep 16, 2024 · 0 comments
Open

Basic/image/image_array.cpp fails on GPU #15398

steffenlarsen opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working confirmed

Comments

@steffenlarsen
Copy link
Contributor

steffenlarsen commented Sep 16, 2024

Describe the bug

The Basic/image/image_array.cpp E2E test fails on Gen12 with

******************** TEST 'SYCL :: Basic/image/image_array.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 4
.../llvm/toolchain/bin//clang++  -Werror  -fsycl -fsycl-targets=spir64  .../llvm/llvm/sycl/test-e2e/Basic/image/image_array.cpp -o .../llvm/build-e2e/Basic/image/Output/image_array.cpp.tmp.out
# executed command: .../llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 .../llvm/llvm/sycl/test-e2e/Basic/image/image_array.cpp -o .../llvm/build-e2e/Basic/image/Output/image_array.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 5
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  .../llvm/build-e2e/Basic/image/Output/image_array.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu .../llvm/build-e2e/Basic/image/Output/image_array.cpp.tmp.out
# .---command stdout------------
# | Failed
# `-----------------------------
# .---command stderr------------
# | ZE_LOADER_DEBUG_TRACE:Using Loader Library Path: 
# | ZE_LOADER_DEBUG_TRACE:Tracing Layer Library Path: libze_tracing_layer.so.1
# `-----------------------------
# error: command failed with exit status: 1

--

This has also been observed on Arc GPU.

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

@steffenlarsen steffenlarsen added bug Something isn't working confirmed labels Sep 16, 2024
steffenlarsen added a commit that referenced this issue Sep 17, 2024
This commit enables a selection of tests with UNSUPPORTED:gpu that seems
to have been fixed since their disablement.

Additionally, it restricts expected failure of image_array to just
Gen12, with tracker #15398.

---------

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen changed the title Basic/image/image_array.cpp fails on Gen12 Basic/image/image_array.cpp fails on GPU Sep 17, 2024
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

1 participant