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 0245cd8 commit 84a90b2Copy full SHA for 84a90b2
mlir/lib/Dialect/GPU/CMakeLists.txt
@@ -53,6 +53,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
53
54
LINK_LIBS PUBLIC
55
MLIRAffineUtils
56
+ MLIRAMDGPUDialect
57
MLIRArithDialect
58
MLIRAsyncDialect
59
MLIRBufferizationDialect
@@ -70,6 +71,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
70
71
MLIRSideEffectInterfaces
72
MLIRSPIRVTarget
73
MLIRSupport
74
+ MLIRROCDLDialect
75
MLIRROCDLTarget
76
MLIRTransformUtils
77
MLIRVectorDialect
0 commit comments