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 046a177 commit 5898a7fCopy full SHA for 5898a7f
mlir/lib/Conversion/ConvertToSPIRV/CMakeLists.txt
@@ -27,6 +27,7 @@ add_mlir_conversion_library(MLIRConvertToSPIRVPass
27
MLIRTransforms
28
MLIRTransformUtils
29
MLIRUBToSPIRV
30
+ MLIRVectorDialect
31
MLIRVectorToSPIRV
32
MLIRVectorTransforms
33
)
mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt
@@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRSPIRVConversion
20
MLIRDialectUtils
21
MLIRFuncDialect
22
MLIRIR
23
+ MLIRPass
24
MLIRSPIRVDialect
25
MLIRSupport
26
0 commit comments