torch-mlir/external/llvm-external-projects/torch-mlir-dialects
Yi Zhang 3510b2ba9d Fix scatter op bufferization to alway copy original tensor 2022-03-09 18:19:44 -05:00
..
include Add bufferization pass for TMTensor ops 2022-03-03 11:39:14 -05:00
lib Fix scatter op bufferization to alway copy original tensor 2022-03-09 18:19:44 -05:00
test Fix scatter op bufferization to alway copy original tensor 2022-03-09 18:19:44 -05:00
tools Add TMTensor dialect to torch-mlir 2022-02-15 16:45:38 -05:00
CMakeLists.txt Add TMTensor dialect to torch-mlir 2022-02-15 16:45:38 -05:00
README.md Add a README.md to torch-mlir-dialects 2022-03-07 16:08:30 -05: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.