You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
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
beignet/backend/src/llvm/llvm_scalarize.cpp
Line 850 in 591d387
Compilation of the following kernel raises assertion 'Not implemented':
https://gitlab.freedesktop.org/beignet/beignet/issues/43
The text was updated successfully, but these errors were encountered: