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
assertf32_backend.lower() inbuilder.options.allowed_dot_f32_backends, f"f32 _backend must be one of {builder.options.allowed_dot_f32_backends}. Got {f32_backend}"
within semantic.py as
assertf32_backend.lower(
) inbuilder.options.allowed_dot_f32_backends, f"f32 _backend must be one of {builder.options.allowed_dot_f32_backends}. Got {f32_backend}"
resulting in a syntax error.
The text was updated successfully, but these errors were encountered:
In this commit, yapf formats the long line
within
semantic.py
asresulting in a syntax error.
The text was updated successfully, but these errors were encountered: