Summary: |
ASSERTION FAILED: (isa<AllocaInst>(ptr) || ptrCandidate.empty()) && "storing/loading pointers only support private array" |
Product: |
Beignet
|
Reporter: |
Chris Cummins <chrisc.101> |
Component: |
Beignet | Assignee: |
Zhigang Gong <zhigang.gong> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Debug log
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 133657 [details] Debug log Compilation of the following kernel fails with assertion "storing/loading pointers only support private array": kernel void A(global int* a, global int* b) { a[get_global_id(0)] = a[get_global_id(0)] > b; } Full debug log attached.