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
Revert "[SYCL][Driver] Propagate floating point optimizations flag (#2680)" (#2707)
This reverts commit ce08889.
Reason: the issue with this implementation is that we can't preserve
correct correlation between the option and the source impacted by this
option. `-ffast-math` is applied to C++ translation unit, whereas single
SPIR-V module might include code sections from multiple translation
units and some of them might be compiled with `-fno-fast-math`.
0 commit comments