torch-mlir/lib/Conversion/TorchToMhlo
Ashay Rane bb47c166a0
llvm: update tag to 061e0189 (#1180)
Summary of changes:
 - Switch to C++17 (similar to https://reviews.llvm.org/D131348)
 - Update MHLO to build with LLVM commit hash 061e0189
 - Replace deprecated `hasValue()` and `getValue()` with `has_value()`
   and `value()` respectively (https://reviews.llvm.org/D131349)
 - Use `TypedAttr` (https://reviews.llvm.org/D130092)
 - Use updated assembly format of `mhlo.compare` op (commit
   d03ef01e70fbf9afd0fa1976fbb7ed31838929b3 in MHLO repo)
2022-08-08 20:17:35 -07:00
..
Basic.cpp llvm: update tag to 061e0189 (#1180) 2022-08-08 20:17:35 -07:00
CMakeLists.txt [MHLO] Init MHLO pooling-like op conversion (#1141) 2022-08-04 12:34:22 +08:00
Gather.cpp [MHLO] Init MHLO pooling-like op conversion (#1141) 2022-08-04 12:34:22 +08:00
Linear.cpp [MHLO] Add transposed convolution conversion pattern (#1171) 2022-08-09 09:50:07 +08:00
MhloLegalizeUtils.cpp [MHLO] support non-constant torch scalar in BasicOps (#1134) 2022-08-03 08:16:31 +08:00
MhloLegalizeUtils.h [MHLO] support non-constant torch scalar in BasicOps (#1134) 2022-08-03 08:16:31 +08:00
Pooling.cpp llvm: update tag to 061e0189 (#1180) 2022-08-08 20:17:35 -07:00
PopulatePatterns.h [MHLO] Init MHLO pooling-like op conversion (#1141) 2022-08-04 12:34:22 +08:00
Reduction.cpp llvm: update tag to 061e0189 (#1180) 2022-08-08 20:17:35 -07:00
TorchToMhlo.cpp [MHLO] Init MHLO pooling-like op conversion (#1141) 2022-08-04 12:34:22 +08:00
ViewLike.cpp [MHLO] Init MHLO pooling-like op conversion (#1141) 2022-08-04 12:34:22 +08:00