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)