Skip to content

Commit

Permalink
[PIR]Add control_flow文档 + PIR源码阅读指南文档 (PaddlePaddle#627)
Browse files Browse the repository at this point in the history
* add 2023.02.09

* Update 2023-02-09-meeting-agenda.md

* Update 2023-02-09-meeting-agenda.md

* Update 2023-02-09-meeting-agenda.md

* add 0209 minutes

* re

* fix error

* add Program Translator

* Update basic_concepts.md

* add some comment

* add control_flow

* add img

* add first step

* add OpResult

* add first step 1.0

* change whileOp image name

---------

Co-authored-by: Ligoml <[email protected]>
Co-authored-by: engineer1109 <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent 65f10ef commit 645e2a5
Show file tree
Hide file tree
Showing 7 changed files with 2,945 additions and 17 deletions.
4 changes: 3 additions & 1 deletion pfcc/paddle-code-reading/IR_Dialect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
+ [【方案设计】IR 底层基础类型系统设计文档<sup>✨New✨</sup>](./basic_concepts.md)
+ [【方案设计】IR 顶层模型结构表示设计文档<sup>✨New✨</sup>](./ir_program.md)
+ [【代码约定】IR 代码相关约定](./code_convention.md)
+ [【方案设计】IR Program Translator设计文档 🚀](./program_translator.md)
+ [【方案设计】IR Program Translator设计文档 🚀](./program_translator.md)
+ [【方案设计】控制流设计文档 🚀](./control_flow.md)
+ [【社区贡献文档】PIR源码阅读指南 🚀](./first_step.md)
1,084 changes: 1,084 additions & 0 deletions pfcc/paddle-code-reading/IR_Dialect/control_flow.md

Large diffs are not rendered by default.

Loading

0 comments on commit 645e2a5

Please sign in to comment.