Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 1.64 KB

v20.20 (Dec 20, 20)

CHANGELOG v20.20

  • Build
    • FlexFlow now supports both Makefile and CMake build. More details are available in this instruction.
  • Frontend Supports
  • Parallelization Optimizer
    • Integrated the parallelization optimizer into the FlexFlow runtime. Users can now use the --search-budget and --search-alpha to control the FlexFlow parallelization optimizer for searching for optimized strategies. See this post for the usage of the optimizer.
  • Examples
    • More PyTorch, ONNX, TensorFlow Keras examples have been added to the /examples/python folder.
    • Updated the cpp examples to use the new runtime interface.
  • Mapper
    • Implemented a new mapper with improved runtime performance.
  • Legion
    • Updated the Legion version with improved runtime performance