torch-mlir/lib
Prateek Gupta cfc8de36f8
[MLIR][TORCH] Add E2E support for `aten.native_layer_norm`. (#470)
This commit adds support for aten.native_layer_norm operation. Here
the previous code for aten.layer_norm is tweaked a little bit to
accomodate both mean and variance values alongwith the layer norm
value. This commit also adds decomposition of aten.layer_norm into
aten.native_layer_norm, which was previously getting lowered directly
to linalg.

Signed-Off-By: Prateek Gupta<prateek@nod-labs.com>
2021-12-10 19:06:19 +05:30
..
CAPI Enable python extensions when building out of tree (#363) 2021-10-27 17:04:12 -07:00
Conversion [MLIR][TORCH] Add E2E support for `aten.native_layer_norm`. (#470) 2021-12-10 19:06:19 +05:30
Dialect [MLIR][TORCH] Add E2E support for `aten.native_layer_norm`. (#470) 2021-12-10 19:06:19 +05:30
RefBackend Add support for passing & returning memref of bool types 2021-12-09 00:23:38 +05:30
CMakeLists.txt Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
InitAll.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00