Skip to content

Release 21.03 (March 31, 2021)

Compare
Choose a tag to compare
@eddy16112 eddy16112 released this 02 Apr 21:19
· 707 commits to master since this release
142e2b1
  • Build
    • FlexFlow now uses camke build by default, the Makefiles will be deprecated soon.
  • Frontend Supports
    • In addition to CFFI, FlexFlow now also supports Python interface via PyBind11. To use ByBind11, please set FF_USE_PYBIND = ON in cmake.
  • Distributed inference
  • Runtime
    • FlexFlow now supports gradients update via either Parameter Server or NCCL Allreduce. To enable NCCL, please set FF_USE_NCCL = ON in cmake.
  • Operators
    • New operators including Aggregate, Multi-head Attention, Scalar Multiply, Scalar Add, Scalar Sub, Scalar Divide and Top-K.
    • Conv2D now supports group convolutions.
  • Examples
    • Unit tests of all operators have been added to the tests/ops folder.