Skip to content

Commit 3818a6e

Browse files
authored
[circle-mlir] Revise README.md (#14846)
In this PR, some refinements will be suggested to make the sentence sound a little bit natural. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 0dfc2a5 commit 3818a6e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

circle-mlir/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Circle MLIR dialect and tools
44

5-
## Tools provided
5+
## Provided Tools
66

77
_onnx2circle_
8-
- conversion tool of ONNX to Circle model for `compiler`
8+
- a tool that converts ONNX models to Circle format, used by `compiler`
99

1010
## How to build
1111

@@ -29,7 +29,8 @@ Install `one-compiler` package;
2929
- download and install latest `ONE Release` from https://github.com/Samsung/ONE/releases
3030
- actually we only need `circle-interperter` tool for validation, but not ready yet
3131

32-
Or use local build/install version of `ONE/compiler` and set environment variable;
32+
Alternatively, if you have a locally built version of `compiler`,
33+
set the environment variable as follows;
3334
```
3435
export ONE_COMPILER_ROOT=/home/user/one/build/install
3536
```
@@ -51,9 +52,9 @@ Build externals;
5152
make prep
5253
```
5354

54-
NOTE `llvm-project` is built as `Debug` which may require 32G or more RAM.
55-
- if build fails for some reason, please change to `-DCMAKE_BUILD_TYPE=Release`
56-
`prep` target in `Makefile.sample` file.
55+
NOTE `llvm-project` builds in `Debug` mode, which may require 32GB or more RAM.
56+
- if the build fails, try changing the build type to `-DCMAKE_BUILD_TYPE=Release`
57+
in the `prep` target of `Makefile.sample` file.
5758

5859
NOTE `prep` build is needed only once.
5960

0 commit comments

Comments
 (0)