Bug 102345

Summary: ASSERTION FAILED: Not implemented on lvalue vector
Product: Beignet Reporter: Chris Cummins <chrisc.101>
Component: BeignetAssignee: 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

Description Chris Cummins 2017-08-21 19:57:29 UTC
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.
Comment 1 GitLab Migration User 2018-10-12 21:25:15 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/beignet/beignet/issues/43.

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.