We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test sycl/test-e2e/Basic/buffer/subbuffer.cpp fails in OpenCL on Gen12 GPU with:
env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # .---command stdout------------ # | buffer size: 64, subbuffer start: 32 # `----------------------------- # .---command stderr------------ # | subbuffer.cpp.tmp.out: .../llvm/sycl/test-e2e/Basic/buffer/subbuffer.cpp:130: void check1DSubBuffer(sycl::queue &): Assertion `vec[i] == (i < offset + offset_inside_subbuf ? i * 10 : i * -10) && "Invalid result in buffer overlapped by 1d sub buffer"' failed. # `----------------------------- # error: command failed with exit status: -6
clang++ --version
sycl-ls --verbose
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The test sycl/test-e2e/Basic/buffer/subbuffer.cpp fails in OpenCL on Gen12 GPU with:
To reproduce
Environment
clang++ --version
]sycl-ls --verbose
]Additional context
No response
The text was updated successfully, but these errors were encountered: