From a2df1634dbde77ce97ff23607eeb8f8f451c800c Mon Sep 17 00:00:00 2001 From: hanchen8 Date: Mon, 20 Apr 2020 16:29:04 -0500 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2bab45c..b98fef9 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ 1. Create an fpgaip dialect 2. Create conv and pool operations in fpgaip dialect for DNNBuilder 3. Create pass for lowering conv and pool operations in ONNX dialect to fpgaip dialect + +## References +1. [Toy Tutorial Chapter2: Emitting Basic MLIR](https://mlir.llvm.org/docs/Tutorials/Toy/Ch-2/#interfacing-with-mlir) +2. [ONNX-MLIR](https://github.com/onnx/onnx-mlir) +3. [DNNBuilder](https://github.com/IBM/AccDNN)