llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Subgroup/reduce.cpp failing on PVC/BMG with driver 25.44.36015.5

Open sarnex opened this issue 1 month ago • 0 comments

Describe the bug

 FAIL: SYCL :: SubGroup/reduce.cpp (162 of 1838)
  ******************** TEST 'SYCL :: SubGroup/reduce.cpp' FAILED ********************
  Exit Code: 1
  
  Command Output (stdout):
  --
  # RUN: at line 2
  env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/SubGroup/Output/reduce.cpp.tmp.out
  # executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/SubGroup/Output/reduce.cpp.tmp.out
  # .---command stdout------------
  # | Unexpected result for reduce_St4plusIlE: 25916604480 expected value: 560
  # `-----------------------------
  # error: command failed with exit status: 1
  
  --

https://github.com/intel/llvm/actions/runs/19657566648/job/56298365138?pr=20754

To reproduce

No response

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

sarnex avatar Nov 25 '25 15:11 sarnex