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
Right now the native cpu adapter hard codes which fp_config flags it reports as supported. These should be influenced by which platform the adapter is running on, and potentially by the various fp related compile flags (-fdenormal-fp-math, -ffinite-math-only, etc.). See this comment: #15811 (comment)