Skip to content

Commit

Permalink
[MHLO] Init MHLO matmul op patterns
Browse files Browse the repository at this point in the history
See RFC llvm#999

Co-authored-by: Bairen Yi yibairen.byron@bytedance.com
Co-authored-by: Jiawei Wu xremold@gmail.com
Co-authored-by: Tianyou Guo tianyou.gty@alibaba-inc.com
Co-authored-by: Xu Yan yancey.yx@alibaba-inc.com
Co-authored-by: Ziheng Jiang ziheng.jiang@bytedance.com
  • Loading branch information
Tanyo Kwok committed Aug 2, 2022
1 parent 76c9766 commit 6f3dfae
Show file tree
Hide file tree
Showing 5 changed files with 1,019 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Conversion/TorchToMhlo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ add_mlir_conversion_library(TorchMLIRTorchToMhlo
MhloLegalizeUtils.cpp
BasicOp.cpp
GatherOp.cpp
MatmulOp.cpp
ViewLikeOps.cpp

ADDITIONAL_HEADER_DIRS
Expand Down
Loading

0 comments on commit 6f3dfae

Please sign in to comment.