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
We have introduced a new set of options -foffload-fp32-prec-div and
-foffload-fp32-prec-sqrt. The -foffload-fp32-prec-sqrt option provides
the same functionality as -fsycl-fp32-prec-sqrt. Deprecate
-fsycl-fp32-prec-sqrt, making it an alias for -foffload-fp32-prec-sqrt.
Use of -fsycl-fp32-prec-sqrt will also emit a deprecation message:
option '-fsycl-fp32-prec-sqrt' is deprecated and will be removed in a
future release, use '-foffload-fp32-prec-sqrt' instead
Upon updating this behavior, an existing deprecated option
-fsycl-use-bitcode is also impacted and will emit the new diagnostic.
Update the UserManual to reflect the replacement option for both
-fsycl-fp32-prec-sqrt and -fsycl-use-bitcode.
0 commit comments