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
Copy file name to clipboardExpand all lines: examples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ following targets:
17
17
18
18
- Translate Target (`<Dialect Name>-<Operation Name>-translate`): the translate target is designed to show the LLVM IR that generate from MLIR. The name of the output file is `log.ll`.
19
19
20
-
- Executable Target (`<Dialect Name>-<Operation Name>-run`): the executable target uses MLIR JIT engine to showe the result of the cases.
20
+
- Executable Target (`<Dialect Name>-<Operation Name>-run`): the executable target uses MLIR JIT engine to show the result of the cases.
21
21
22
22
You can run these targets with the `make` command. Take an example with the `memref.dim` operation, you can run the following command:
0 commit comments