torch-mlir/externals/llvm-external-projects/torch-mlir-dialects
Quinn Dawkins dce6c83f96 Allow lower bounds check in broadcast simplification 2023-08-27 21:53:37 -04:00
..
include Add lowerings for tm_tensor.npbroadcast 2023-08-26 20:04:18 -04:00
lib Allow lower bounds check in broadcast simplification 2023-08-27 21:53:37 -04: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.