We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33e7cc commit 369ee65Copy full SHA for 369ee65
transforms/CMakeLists.txt
@@ -28,8 +28,8 @@ add_mlir_library(sair_from_linalg
28
MLIRIR
29
MLIRPass
30
MLIRTransforms
31
- MLIRLinalgOps
32
- MLIRStandardOps
+ MLIRLinalg
+ MLIRStandard
33
MLIRSupport
34
sair_dialect
35
)
@@ -70,13 +70,13 @@ add_mlir_library(sair_lowering
70
sair_lowering_inc_gen
71
72
LINK_LIBS PUBLIC
73
- MLIRAffineOps
+ MLIRAffine
74
MLIRAffineToStandard
75
76
77
MLIRSCF
78
MLIRSCFToStandard
79
80
MLIRStandardToLLVM
81
82
0 commit comments