torch-mlir/lib/Conversion/TorchToLinalg
Vivek Khandelwal f15d257aac [MLIR][TORCH] Add support for ceil_mode = true for pooling ops
This commit adds support for aten.max_pool2d, aten.max_pool2d_with_indices,
and aten.avg_pool2d op for the cases where ceil_mode = true.

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2022-05-11 12:52:47 +05:30
..
CMakeLists.txt Split up TorchToLinalg.cpp 2022-03-14 10:19:41 -07:00
DataMovement.cpp [LINALG] Bug fix i64 vs i32 type comparison. 2022-04-22 08:09:58 +05:30
IndirectDataMovement.cpp [LINALG] Bug fix i64 vs i32 type comparison. 2022-04-22 08:09:58 +05:30
Linear.cpp Add aten.flip (#817) 2022-05-02 16:01:15 -04:00
Pooling.cpp [MLIR][TORCH] Add support for ceil_mode = true for pooling ops 2022-05-11 12:52:47 +05:30
PopulatePatterns.h Split up TorchToLinalg.cpp 2022-03-14 10:19:41 -07:00
Random.cpp Improve "pseudo" op terminology. 2022-03-15 17:57:52 -07:00
Reduction.cpp Split up TorchToLinalg.cpp 2022-03-14 10:19:41 -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 llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
Uncategorized.cpp [TORCH] Add folding of aten.detach op. 2022-05-10 21:54:45 +05:30
Utils.cpp [MLIR][TORCH] Add support for ceil_mode = true for pooling ops 2022-05-11 12:52:47 +05:30
Utils.h [MLIR][TORCH] Add support for ceil_mode = true for pooling ops 2022-05-11 12:52:47 +05:30