Summary: |
ASSERTION FAILED: Not implemented on lvalue vector |
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 133653 [details] Debug log Compilation of the following kernel raises assertion 'Not implemented': kernel void A(global float4* a) { a[0][get_global_id(0)] = 0; } ASSERTION FAILED: Not implemented at file ../backend/src/llvm/llvm_scalarize.cpp, function bool gbe::Scalarize::scalarizeInsert(llvm::InsertElementInst*), line 838 Full debug log attached.