mlir-standalone-template
mlir-standalone-template copied to clipboard
An out-of-tree MLIR dialect template.
Results
2
mlir-standalone-template issues
Sort by
recently updated
recently updated
newest added
From a few threads, I've gathered that `llvm-lit` is not the most common binary to use for testing, but instead to use `lit` (installed via `pip install lit`). Should the...
Hi, I [made this fork to experiment with adding unit tests for this template and I think I was successful.](https://github.com/efferifick/mlir-standalone-template/commit/ac1eb88a9628b60498dfaac08c7a0dee2fd30497) The unit tests follow the same conventions as MLIR unit...