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] Fix Ambiguity in Overloaded Unary Minus Operator for bfloat16 (#15393)
This commit resolves an overload resolution ambiguity on Windows
self-builds in downstream pulldown when using the unary minus operator
with bfloat16. The operator now takes a const-qualified argument,
enabling its use with both lvalues and rvalues and fixing the reported
build error.
---------
Signed-off-by: Larsen, Steffen <[email protected]>
Signed-off-by: Sarnie, Nick <[email protected]>
Signed-off-by: Soumi Manna <[email protected]>
Co-authored-by: Steffen Larsen <[email protected]>
Co-authored-by: Fraser Cormack <[email protected]>
Co-authored-by: Artur Gainullin <[email protected]>
Co-authored-by: Nick Sarnie <[email protected]>
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
Co-authored-by: Chris Perkins <[email protected]>
Co-authored-by: Michael Toguchi <[email protected]>
0 commit comments