File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/examples/minimal-opt Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Minmal MLIR binaries
1
+ # Minimal MLIR binaries
2
2
3
- This folder contains example of minimal MLIR setup that can showcase the
3
+ This folder contains example of minimal MLIR setups that can showcase the
4
4
intended binary footprint of the framework.
5
5
6
6
- mlir-cat: This includes the Core IR, the builtin dialect, the textual
@@ -15,7 +15,7 @@ using clang-14 on a X86 Ubuntu and [bloaty](https://github.com/google/bloaty).
15
15
16
16
| | Base | Os | Oz | Os LTO | Oz LTO |
17
17
| :------------------------------: | ------ | ------ | ------ | ------ | ------ |
18
- | ` mlit -cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
18
+ | ` mlir -cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
19
19
| ` mlir-minimal-opt ` | 1.54MB | 1.25MB | 1.29MB | 1.10MB | 1.00MB |
20
20
| ` mlir-minimal-opt-canonicalizer ` | 2.24MB | 1.81MB | 1.86MB | 1.62MB | 1.48MB |
21
21
You can’t perform that action at this time.
0 commit comments