Closed pashu123 closed 2 years ago
Modified the softmax decomposition here: https://github.com/llvm/torch-mlir/pull/554
Modified log_softmax decomposition here: https://github.com/llvm/torch-mlir/pull/580
Closing this as it is more "documentation" rather than an actual issue. (also the decompositions are now spread out between _decomps and _refs)
https://github.com/pytorch/functorch/blob/main/functorch/_src/decompositions.py
This is a good reference for breaking/decomposing torch ops.