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
lib/kernel: fix shuffle() / shuffle2() implementation
* removes 3-el shuffle(), as is not defined for vectors of size 3
* Addressing vector elements using array-style indexing is not legal
in OpenCL; rewrite code to use unions of vectors and arrays.