Created attachment 133657 [details] Debug log Compilation of the following kernel fails with assertion "storing/loading pointers only support private array": kernel void A(global int* a, global int* b) { a[get_global_id(0)] = a[get_global_id(0)] > b; } Full debug log attached.
-- 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/21.
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.