Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

assertion: Not implemented: function bool gbe::Scalarize::scalarizeInsert(llvm::InsertElementInst*), line 838 #12

Open
kpp opened this issue Jun 7, 2019 · 1 comment

Comments

@kpp
Copy link

kpp commented Jun 7, 2019

NOT_IMPLEMENTED; //gla::UnsupportedFunctionality("Variably referenced vector components");

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 /build/beignet-Bevceu/beignet-1.3.2/backend/src/llvm/llvm_scalarize.cpp, function bool gbe::Scalarize::scalarizeInsert(llvm::InsertElementInst*), line 838

https://gitlab.freedesktop.org/beignet/beignet/issues/43

@kpp
Copy link
Author

kpp commented Jun 9, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant