Merge branch 'master' of github.com:clang-ykt/ONNF into shapeinference-pad
This commit is contained in:
commit
960de50b7d
12
README.md
12
README.md
|
@ -3,6 +3,14 @@ Open Neural Network Frontend : an ONNX frontend for MLIR.
|
||||||
|
|
||||||
[![CircleCI](https://circleci.com/gh/clang-ykt/ONNF.svg?style=svg)](https://circleci.com/gh/clang-ykt/ONNF)
|
[![CircleCI](https://circleci.com/gh/clang-ykt/ONNF.svg?style=svg)](https://circleci.com/gh/clang-ykt/ONNF)
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
```
|
||||||
|
gcc >= 6.4
|
||||||
|
libprotoc >= 3.11.0
|
||||||
|
cmake >= 3.15.4
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Firstly, install MLIR (as a part of LLVM-Project):
|
Firstly, install MLIR (as a part of LLVM-Project):
|
||||||
|
@ -90,3 +98,7 @@ module {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
If the latest LLVM project fails to work due to the latest changes to the MLIR subproject please consider using a slightly older version of LLVM. One such version, which we use, can be found [here](https://github.com/clang-ykt/llvm-project).
|
||||||
|
|
Loading…
Reference in New Issue