torch-mlir/lib/Conversion/TorchToLinalg
Tanyo Kwok 37f57a9828
Delete ConvertAtenNativeLayerNormOp from TorchToLinalg (#1336)
The ConvertAtenNativeLayerNormOp is delete because we have decomposition already
see https://github.com/llvm/torch-mlir/pull/1332
2022-09-05 10:19:20 +08:00
..
CMakeLists.txt Re-enable custom op support 2022-08-16 22:49:08 +05:30
DataMovement.cpp build: update llvm tag to 2dde4ba6 (#1229) 2022-08-15 23:54:45 -07:00
IndirectDataMovement.cpp [MLIR][TORCH] Fix dynamic cases for aten.index.Tensor 2022-08-19 12:13:20 +05:30
Linear.cpp Add transposed case for at::convolution (#917) 2022-08-24 12:19:35 -04:00
Pooling.cpp [MLIR][TORCH] Add decomposition of aten.adaptive_avg_pool2d op 2022-05-27 07:56:37 +05:30
PopulatePatterns.h Re-enable custom op support 2022-08-16 22:49:08 +05:30
Random.cpp Improve "pseudo" op terminology. 2022-03-15 17:57:52 -07:00
Reduction.cpp build: update llvm tag to 2dde4ba6 (#1229) 2022-08-15 23:54:45 -07:00
TensorConstructors.cpp [LINALG] Add support for preserve memory format in aten_empty_like op. 2022-05-10 09:37:55 +05:30
TensorScalarInterop.cpp [MLIR][TORCH] Add E2E support for ScalarImplicit, Int.Scalar op 2022-05-10 22:40:49 +05:30
TorchToLinalg.cpp Re-enable custom op support 2022-08-16 22:49:08 +05:30
Uncategorized.cpp Delete ConvertAtenNativeLayerNormOp from TorchToLinalg (#1336) 2022-09-05 10:19:20 +08:00
Utils.cpp Add transposed case for at::convolution (#917) 2022-08-24 12:19:35 -04:00
Utils.h Add transposed case for at::convolution (#917) 2022-08-24 12:19:35 -04:00