Skip to content

Commit 3d5effe

Browse files
angelz913yuxuanchen1997
authored andcommitted
[mlir][spirv] Update dependencies for #100138 (#100397)
Summary: This PR updates CMake and Bazel dependencies for #100138. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250565
1 parent 44de267 commit 3d5effe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mlir/lib/Conversion/ConvertToSPIRV/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ add_mlir_conversion_library(MLIRConvertToSPIRVPass
2727
MLIRTransforms
2828
MLIRTransformUtils
2929
MLIRUBToSPIRV
30+
MLIRVectorDialect
3031
MLIRVectorToSPIRV
3132
MLIRVectorTransforms
3233
)

mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRSPIRVConversion
2020
MLIRDialectUtils
2121
MLIRFuncDialect
2222
MLIRIR
23+
MLIRPass
2324
MLIRSPIRVDialect
2425
MLIRSupport
2526
MLIRTransformUtils

0 commit comments

Comments
 (0)