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
[NFCI] Avoid double bit_cast in sub_group::load (#16547)
`sycl::vec(vector_t)` ctor is implemented as `bit_cast` itself, so
having two steps has no advantage over doing all that in once.
Part of the efforts to eliminate `vector_t` usage in the code base
before its removal from the SYCL specification.
0 commit comments