Skip to content

SYCL: Use sycl::fma instead of fma

Andrey Alekseenko requested to merge aa-sycl-use-proper-fma into release-2022

sycl::fma is properly overloaded for single and double precision. fma intrinsic is double-only.

No performance impact observed, but I'd classify it as a minor bug worth fixing.

Refs #3847.

Merge request reports