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

[ESIMD] SYCL :: InvokeSimd/Feature/invoke_simd_struct.cpp and SYCL :: InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp failing on gpu #14543

Open
lbushi25 opened this issue Jul 11, 2024 · 1 comment
Labels
bug Something isn't working confirmed esimd Explicit SIMD feature

Comments

@lbushi25
Copy link
Contributor

lbushi25 commented Jul 11, 2024

Describe the bug

Tests SYCL :: InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp and SYCL :: InvokeSimd/Feature/invoke_simd_struct.cpp are failing on gpu.
Upon resolution, please remove XFAIL from test sources.
Snippet taken from: https://github.com/intel/llvm/actions/runs/9716365508/job/26824198678?pr=14354

To reproduce

# RUN: at line 4
/__w/llvm/llvm/toolchain/bin//clang++   -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp -DIMPL_SUBGROUP -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o /__w/llvm/llvm/build-e2e/InvokeSimd/Feature/ImplicitSubgroup/Output/invoke_simd_struct.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp -DIMPL_SUBGROUP -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o /__w/llvm/llvm/build-e2e/InvokeSimd/Feature/ImplicitSubgroup/Output/invoke_simd_struct.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 5
env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/InvokeSimd/Feature/ImplicitSubgroup/Output/invoke_simd_struct.cpp.tmp.out
# executed command: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/InvokeSimd/Feature/ImplicitSubgroup/Output/invoke_simd_struct.cpp.tmp.out
# note: command had no output on stdout or stderr
# error: command failed with exit status: -11

Environment

  • OS: Agnostic
  • Target device and vendor: 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

@lbushi25 lbushi25 added bug Something isn't working esimd Explicit SIMD feature confirmed labels Jul 11, 2024
@lbushi25 lbushi25 changed the title [ESIMD] invoke_simd_struct.cpp failing on gpu [ESIMD] SYCL :: InvokeSimd/Feature/invoke_simd_struct.cpp and SYCL :: InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp failing on gpu Jul 11, 2024
@sarnex
Copy link
Contributor

sarnex commented Jul 17, 2024

Waiting for new GPU driver that should fix it

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 esimd Explicit SIMD feature
Projects
None yet
Development

No branches or pull requests

2 participants