torch-mlir/lib/Conversion/TorchToLinalg
xndcn 759057cbdd [MLIR][TORCH] Fix wrong parameter name "supportFPInputOnly"
The parameter "supportFPInputOnly" of function createPoolingOp() is
supposed to be "supportNonFPInput", which was added to distinguish
between "MaxPool2d" and "AvgPool2d" op in #718
2022-10-30 23:18:08 +08:00
..
CMakeLists.txt Re-enable custom op support 2022-08-16 22:49:08 +05:30
DataMovement.cpp Remove all but one of valsem ops + move fill.Scalar to elementwise (#1531) 2022-10-28 15:06:11 +00:00
IndirectDataMovement.cpp build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
Linear.cpp build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
Pooling.cpp [MLIR][TORCH] Fix wrong parameter name "supportFPInputOnly" 2022-10-30 23:18:08 +08:00
PopulatePatterns.h Re-enable custom op support 2022-08-16 22:49:08 +05:30
Random.cpp Remove all but one of valsem ops + move fill.Scalar to elementwise (#1531) 2022-10-28 15:06:11 +00:00
Reduction.cpp build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
TensorConstructors.cpp Remove all but one of valsem ops + move fill.Scalar to elementwise (#1531) 2022-10-28 15:06:11 +00:00
TensorScalarInterop.cpp build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
TorchToLinalg.cpp build: update llvm tag to 6f46ff37 (#1448) 2022-10-05 08:28:06 -05:00
Uncategorized.cpp [MLIR][TORCH] Add E2E support for aten.fill.Tensor op 2022-10-30 18:40:47 +05:30
Utils.cpp build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
Utils.h Add transposed case for at::convolution (#917) 2022-08-24 12:19:35 -04:00