torch-mlir/lib/Conversion/TorchToMhlo
Ashay Rane a60acf272d
build: update llvm tag to bebc9695 (#1415)
Summary of changes:
 - Renamed OptionalArrayRefParameter since the name conflicts with an
   upstream symbol that has a different meaning
   (https://reviews.llvm.org/D133819)
 - Removed extraneous dependency between TorchMLIRTorchToMhlo and
   ChloOps, since the existing dependency on MhloDialect is sufficient
 - Fixed code to prevent warnings related to comparisons between signed
   and unsigned values
2022-09-26 11:44:54 -05:00
..
Basic.cpp Fix dynamic shapes type verifications (#1409) 2022-09-23 20:50:29 +08:00
CMakeLists.txt build: update llvm tag to bebc9695 (#1415) 2022-09-26 11:44:54 -05:00
Gather.cpp [MHLO] Add torch-to-mhlo e2e support for aten.gather op (#1410) 2022-09-25 22:07:46 +08:00
Linear.cpp build: update llvm tag to bebc9695 (#1415) 2022-09-26 11:44:54 -05:00
MhloLegalizeUtils.cpp [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00
MhloLegalizeUtils.h [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00
Pooling.cpp [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00
PopulatePatterns.h [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00
Reduction.cpp [MLIR][MHLO] Add AtenFrobeniusNormDimOp and add its conversion pattern to MHLO and linalg (#1306) 2022-09-08 10:15:36 +08:00
TorchToMhlo.cpp [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00
ViewLike.cpp [MHLO] refactor pass configurations (#1315) 2022-09-01 10:36:02 +08:00