Skip to content

Commit 09ba83b

Browse files
authored
[MLIR][XeGPU] fix link issue for #110741 (#110853)
1 parent c7fb0ee commit 09ba83b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ add_mlir_dialect_library(MLIRXeGPUDialect
1212

1313
LINK_LIBS PUBLIC
1414
MLIRArithDialect
15+
MLIRArithUtils
1516
MLIRDialectUtils
1617
MLIRIR
1718
MLIRViewLikeInterface
19+
MLIRVectorDialect
1820
)

0 commit comments

Comments
 (0)