We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c99201 commit 87f80dcCopy full SHA for 87f80dc
mlir/lib/Dialect/GPU/CMakeLists.txt
@@ -23,7 +23,7 @@ add_mlir_dialect_library(MLIRGPUDialect
23
MLIRMemRefDialect
24
MLIRSideEffectInterfaces
25
MLIRSupport
26
- )
+)
27
28
add_mlir_dialect_library(MLIRGPUTransforms
29
Transforms/AllReduceLowering.cpp
@@ -42,6 +42,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
42
Transforms/SPIRVAttachTarget.cpp
43
Transforms/SubgroupIdRewriter.cpp
44
Transforms/SubgroupReduceLowering.cpp
45
+ Transforms/ImitateUnsupportedTypes.cpp
46
47
OBJECT
48
@@ -76,7 +77,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
76
77
MLIRROCDLTarget
78
MLIRTransformUtils
79
MLIRVectorDialect
80
81
82
add_subdirectory(TransformOps)
83
add_subdirectory(Pipelines)
0 commit comments