Skip to content

Release 20.12 (December 21, 2020)

Compare
Choose a tag to compare
@jiazhihao jiazhihao released this 04 Jan 19:40
· 1050 commits to master since this release
  • 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