Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir] flush output in transform.print (#121382)
Print operations are often used for debugging, immediately before the compiler aborts. In such cases, it is sometimes possible that the output isn't fully produced yet. Make sure it is by explicitly flushing the output.
- Loading branch information