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

SYCL :: Basic/accessor/accessor.cpp is failing on Battlemage #17251

Open
againull opened this issue Feb 28, 2025 · 0 comments
Open

SYCL :: Basic/accessor/accessor.cpp is failing on Battlemage #17251

againull opened this issue Feb 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@againull
Copy link
Contributor

againull commented Feb 28, 2025

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 ********************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant