torch-mlir/externals/llvm-external-projects/torch-mlir-dialects
George Petterson b9d29dc055 Add correct type checking for tm_tensor.attention 2023-05-27 05:51:14 +05:30
..
include Add TMTensor::Attention and lower ScaledDotProductAttentionOp to it (#2027) 2023-05-16 15:17:45 -04:00
lib Add correct type checking for tm_tensor.attention 2023-05-27 05:51:14 +05:30
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.