Proposed module structure changes for PyTorch module maintainers

Module Maintainer Changes

As mentioned in the notes from the March Core Maintainer Meeting we are making a slight adjustment to the way we think about the structure of modules related to PyTorch compiler and the various back ends.

Current module taxonomy: 

compilers,
CPU Performance,
Intel/MKLDNN

New module taxonomy: 

Compiler Front End (includes Dynamo, FX),
CPU Performance (includes inductor, MKLDNN, LLVM),
GPU Performance (includes inductor, OpenAI Triton)

3 Likes