Skip to content

Commit 87f80dc

Browse files
committed
Add the updated CMake file, missed in the first commit.
1 parent 1c99201 commit 87f80dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/Dialect/GPU/CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ add_mlir_dialect_library(MLIRGPUDialect
2323
MLIRMemRefDialect
2424
MLIRSideEffectInterfaces
2525
MLIRSupport
26-
)
26+
)
2727

2828
add_mlir_dialect_library(MLIRGPUTransforms
2929
Transforms/AllReduceLowering.cpp
@@ -42,6 +42,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
4242
Transforms/SPIRVAttachTarget.cpp
4343
Transforms/SubgroupIdRewriter.cpp
4444
Transforms/SubgroupReduceLowering.cpp
45+
Transforms/ImitateUnsupportedTypes.cpp
4546

4647
OBJECT
4748

@@ -76,7 +77,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
7677
MLIRROCDLTarget
7778
MLIRTransformUtils
7879
MLIRVectorDialect
79-
)
80+
)
8081

8182
add_subdirectory(TransformOps)
8283
add_subdirectory(Pipelines)

0 commit comments

Comments
 (0)