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
#1113 runs a preprocessing pass to rewrite scalar
float attributes into the raw-bit hex form that MLIR itself already uses. Remove the call to rewrite_floats_as_raw_bits once VeIR can parse decimal floats.
#1113 runs a preprocessing pass to rewrite scalar
float attributes into the raw-bit hex form that MLIR itself already uses. Remove the call to
rewrite_floats_as_raw_bitsonce VeIR can parse decimal floats.