From 5587870da4596cbb5de196987bbd2644ac0c7cce Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 13:43:19 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af6932e..176112e 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,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). From 7d5c33448e7b57c7f7d65947993306593bc4c66c Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 13:43:52 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 176112e..825918a 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ 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). +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). From 8b9fb2f49f1cac9b84f3d40427bf89d367c6e749 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 13:46:39 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 825918a..03584e2 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ 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). +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). From ecf16c3441314c9ba4b4d333fdc00bad683c2cc2 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 15:51:39 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 03584e2..4ba4259 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ 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) +## Prerequisites + +gcc >= 6.4 +libprotoc >= 3.11.0 +cmake >= 3.15.4 + ## Installation Firstly, install MLIR (as a part of LLVM-Project): From dab862e4f17cfc67e39c887b28e039f33457f308 Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Thu, 13 Feb 2020 15:52:53 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ba4259..62c2f25 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ Open Neural Network Frontend : an ONNX frontend for MLIR. ## Prerequisites +``` gcc >= 6.4 libprotoc >= 3.11.0 cmake >= 3.15.4 +``` ## Installation