update readme

This commit is contained in:
hanchen8 2020-04-20 16:29:04 -05:00
parent 0b4c848e18
commit a2df1634db
1 changed files with 5 additions and 0 deletions

View File

@ -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)