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 unintended use of fp64 math in complex maths (#6897)
Select complex math operations unintentionally uses double-precision
floating point math in all variants of that builtin. This can cause
tests to fail on devices that do not support doubles. This commit fixes
these math operations.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
0 commit comments