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 there's only f32 variant of print, not bf16 so we had to use the vector lowering.
But if we upstream a printMemrefBF16 (see #554), then we can just use that and not have to worry about the rank and dims of the returned tensors (see #176).
Right now there's only
f32
variant of print, notbf16
so we had to use the vector lowering.But if we upstream a
printMemrefBF16
(see #554), then we can just use that and not have to worry about the rank and dims of the returned tensors (see #176).@adam-smnk @KavithaTipturMadhu
The text was updated successfully, but these errors were encountered: