[mlir][mbr] Improve diagnostics on error with `raise from`.This commit extends the `raise` statements on errors in user-providedcode with `from e` clauses that attach the original exception to the
[mlir][mbr] Improve diagnostics on error with `raise from`.This commit extends the `raise` statements on errors in user-providedcode with `from e` clauses that attach the original exception to the onebeing raised. This allows to debug the root cause of the error moreeasily.Reviewed By: SaurabhJhaDifferential Revision: https://reviews.llvm.org/D129762
show more ...
[mlir] Set up boilerplate build for MLIR benchmarksThis is is the start of the MLIR benchmarks. It sets up a commandline tool along with conventions to define and run benchmarksusing mlir's pytho
[mlir] Set up boilerplate build for MLIR benchmarksThis is is the start of the MLIR benchmarks. It sets up a commandline tool along with conventions to define and run benchmarksusing mlir's python bindings.Reviewed By: aartbikDifferential Revision: https://reviews.llvm.org/D115174