Bug 102345 - ASSERTION FAILED: Not implemented on lvalue vector
Summary: ASSERTION FAILED: Not implemented on lvalue vector
Status: RESOLVED MOVED
Alias: None
Product: Beignet
Classification: Unclassified
Component: Beignet (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Zhigang Gong
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 19:57 UTC by Chris Cummins
Modified: 2018-10-12 21:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Debug log (5.49 KB, text/plain)
2017-08-21 19:57 UTC, Chris Cummins
Details

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.