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
The previous lowering was failing for f16 when creating the log2e
vector constant:
error: 'arith.constant' op failed to verify that all of {value, result}
have same type
%2 = math.exp %v1 : vector<16xf16>
^
note: see current operation:
%2 = "arith.constant"() <{value = dense<1.44269502> : vector<16xf32>}>:
() -> vector<16xf16>
0 commit comments