torch-mlir/externals/llvm-external-projects/torch-mlir-dialects
Ramiro Leal-Cavazos f9c2b46e62
[build] Update llvm tag to 68754241 (#2079)
This commit updates the `llvm-project` and `mlir-hlo` submodules to
commits:

- llvm-project: 6875424135312aeb26ab8e0358ba7f9e6e80e741
- mlir-hlo: 92fd33a4bacbeb93ab276a49f38bdebd5f9d7487

The calls to `mlir::MlirOptMain` are updated to no longer specify the
flag `preloadDialectInContext` that has been removed (see:
https://reviews.llvm.org/D149039).
2023-05-02 09:13:54 -07:00
..
include [MLIR][TORCH] Add e2e support for aten.sort op 2023-04-13 12:59:43 +05:30
lib Update to LLVM 3157f03a349cfc852cdd994675eaa9652caa2e3a (#2060) 2023-04-25 08:52:46 -07:00
test build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
tools [build] Update llvm tag to 68754241 (#2079) 2023-05-02 09:13:54 -07:00
CMakeLists.txt Missing ";" bewtween includes in MHLOTargets.cmake (#2074) 2023-04-29 18:05:20 -05:00
README.md [NFC] Rename external -> externals (#699) 2022-03-26 09:12:27 -07:00

README.md

Torch-MLIR Dialects Project

Sources for torch-mlir's public dialects (containing ops/types/attributes that are unique to Torch-MLIR at the moment)

This project is intended to be used via LLVM's external projects setup:

  • -DLLVM_EXTERNAL_PROJECTS=torch-mlir-dialects
  • -DLLVM_EXTERNAL_TORCH_MLIR_DIALECTS_SOURCE_DIR={this_directory}

It depends on the mlir project.