Skip to content

Commit

Permalink
Update README.md (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinying-lisa-li authored Jun 20, 2024
1 parent 317b649 commit ad5f10a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ cmake -GNinja -Bbuild \
externals/torch-mlir/externals/llvm-project/llvm
```

To speed up the build process, you can set up [ccache](https://ccache.dev/download.html) and add the following flags to the command above:

```shell
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
```

Run the following to ensure the MPACT compiler builds and runs correctly.

```shell
Expand Down

0 comments on commit ad5f10a

Please sign in to comment.