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
[SYCL] Return trivial default constructor to half type (#4631)
Return trivial default constructor to half type. Without
default constructor it is impossible to create union with
half type. Changed implementation of marray and
half_vec constructors for optimizing them to use half
with trivial default constructor. Update files accordingly
to returned half trivial default constructor.
This patch corrects #4518
Signed-off-by: mdimakov maxim.dimakov@intel.com
0 commit comments