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
llvm.mlir.printf only support f64 input type. Currently we are casting integers to float first and use .0f as a replacement for %d. We should implement our own print utility function that supports %x and %X format string
generates:
The "hex" print actually prints random values (number changes every run).
The text was updated successfully, but these errors were encountered: