Skip to content

Commit f0a24f5

Browse files
author
Tanyo Kwok
authored
[MHLO] Init MHLO linear op patterns (#1132)
See RFC #999 Co-authored-by: Bairen Yi [email protected] Co-authored-by: Jiawei Wu [email protected] Co-authored-by: Tianyou Guo [email protected] Co-authored-by: Xu Yan [email protected] Co-authored-by: Ziheng Jiang [email protected]
1 parent 48ec300 commit f0a24f5

File tree

6 files changed

+683
-1
lines changed

6 files changed

+683
-1
lines changed

lib/Conversion/TorchToMhlo/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ add_mlir_conversion_library(TorchMLIRTorchToMhlo
33
MhloLegalizeUtils.cpp
44
BasicOp.cpp
55
GatherOp.cpp
6+
Linear.cpp
67
ViewLikeOps.cpp
78
ReductionOp.cpp
89

0 commit comments

Comments
 (0)