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
Currently, reduction operations with minus are not supported and trigger
error: The minus reduction operator is deprecated since OpenMP 5.2 and is not supported in the REDUCTION clause.
Such minus reductions are currently used in various production codes, so sticking to OpenMP 5.2 and not supporting them will break such applications and require source code changes.
I request supporting the minus operator in reductions, so that flang can compile such applications out of the box without source code changes in the applications.