Skip to content

Release 22.05

Compare
Choose a tag to compare
@jiazhihao jiazhihao released this 08 Jun 16:20
· 573 commits to master since this release
ad627c9

This is a stable release of FlexFlow in preparation for the Unity merge.

Frontend support:

PyTorch Alignment:

  • Added unit tests for aligning FlexFlow's operators with PyTorch's. For each operator, the unit test checks if FlexFlow and PyTorch return identical activations/gradients when given the same inputs. More details of the PyTorch alignment is available at https://github.com/flexflow/FlexFlow/tree/master/align

Documentation:

Operators:

  • Multiple bug fixes for FlexFlow operators

Broadcast:

  • FlexFlow now supports broadcasting for a subset of operators, include elementwise unary and elementwise binary operators. The broadcasting semantic is identical to that of Numpy's