Open
Description
Describe the bug
See: https://github.com/intel/llvm/actions/runs/13585754417/job/37981521438?pr=17237
2025-02-28T10:32:11.1598939Z -- Testing: 2269 tests, 24 workers --
2025-02-28T10:32:11.1599158Z FAIL: SYCL :: Basic/accessor/accessor.cpp (117 of 2269)
2025-02-28T10:32:11.1599406Z ******************** TEST 'SYCL :: Basic/accessor/accessor.cpp' FAILED ********************
2025-02-28T10:32:11.1599618Z Exit Code: 134
2025-02-28T10:32:11.1599696Z
2025-02-28T10:32:11.1599760Z Command Output (stdout):
2025-02-28T10:32:11.1599895Z --
2025-02-28T10:32:11.1600135Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1600930Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1601345Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1601725Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1602219Z SYCL exception caught: A local accessor must not be used in a SYCL kernel function that is invoked via single_task or via the simple form of parallel_for that takes a range parameter.
2025-02-28T10:32:11.1602852Z SYCL exception caught: A local accessor must not be used in a SYCL kernel function that is invoked via single_task or via the simple form of parallel_for that takes a range parameter.
2025-02-28T10:32:11.1603258Z Test passed
2025-02-28T10:32:11.1603535Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1603964Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1604382Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1604743Z exception received: placeholder accessor must be bound by calling handler::require() before it can be used.
2025-02-28T10:32:11.1605322Z SYCL exception caught: A local accessor must not be used in a SYCL kernel function that is invoked via single_task or via the simple form of parallel_for that takes a range parameter.
2025-02-28T10:32:11.1605877Z SYCL exception caught: A local accessor must not be used in a SYCL kernel function that is invoked via single_task or via the simple form of parallel_for that takes a range parameter.
2025-02-28T10:32:11.1606173Z
2025-02-28T10:32:11.1606227Z --
2025-02-28T10:32:11.1606344Z Command Output (stderr):
2025-02-28T10:32:11.1606484Z --
2025-02-28T10:32:11.1606748Z RUN: at line 2: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.tmp.out
2025-02-28T10:32:11.1607158Z + env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.tmp.out
2025-02-28T10:32:11.1607552Z RUN: at line 2: env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.tmp.out
2025-02-28T10:32:11.1607931Z + env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.tmp.out
2025-02-28T10:32:11.1608361Z accessor.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/accessor/accessor.cpp:1298: int main(): Assertion `Data == 96' failed.
2025-02-28T10:32:11.1608978Z /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.script: line 3: 5685 Aborted (core dumped) env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/Basic/accessor/Output/accessor.cpp.tmp.out
2025-02-28T10:32:11.1609419Z
2025-02-28T10:32:11.1609464Z --
2025-02-28T10:32:11.1609528Z
2025-02-28T10:32:11.1609580Z ********************