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] Remove direct initialization constructor from bfloat16 class (#4989)
This constructor is being removed to resolve ambiguity when user trying
initialize bfloat16 with int, like `auto a = bfloat16(0);`
Add conversion operator for sycl::half
Conversion operator for storage_t is replaced by 'raw()' method
Signed-off-by: Alexey Sotkin <[email protected]>
0 commit comments