torch-mlir/externals/llvm-external-projects/torch-mlir-dialects
Ashay Rane 2bb5f4d8fe
build: update llvm tag to 4d4ca6c9 (#1359)
Summary of changes:
 - Updated emitAccessorPrefix since the default value has changed
   (https://reviews.llvm.org/D133179)
 - Updated RefineTypes pass since Lattice::isUninitialized() is removed
   (https://reviews.llvm.org/D132800)
 - Updated MHLO tag so that it builds with the updated LLVM tag
 - Disabled two tests that cause segfaults in the TOSA backend (see Issue
   #1361)
2022-09-13 21:24:43 -05:00
..
include build: update llvm tag to 4d4ca6c9 (#1359) 2022-09-13 21:24:43 -05:00
lib build: update llvm tag to 2dde4ba6 (#1229) 2022-08-15 23:54:45 -07:00
test mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00
tools Bump LLVM (#958) 2022-06-22 22:23:46 -05:00
CMakeLists.txt Don't set MLIR_TABLEGEN_EXE (#1197) 2022-08-09 16:06:12 +02: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.