Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 470 Bytes

C++ Library Code

This directory contains the core C++ code that underlies FlexFlow, organized into the following libraries:

  • compiler: Contains
  • kernels:
  • op-attrs:
  • pcg: Contains the definitions of computation graphs and parallel computation graphs, as well as code for serializing and deserializing both graphs
  • runtime:
  • substitutions: Contains the definitions of pcg substitutions, as well as the code for serializing them
  • utils: