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
Disable unsafe sin & cos optimizations for compute
Don't apply fast math flags to selected math builtins.
Disable module-wide unsafe math optimizations for compute
Fix regressions in CustomUnsafeOptPass by propagating
fast math flags to newly created fsub and fdiv instructions.
Keep handling xor optimizations by using an old method of
looking up module metadata for FastRelaxedMath flag.
0 commit comments