[Mlir-commits] [mlir] [mlir][gpu] Fix build error after barrier elimination code moved (PR #72019)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Nov 11 00:40:55 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-gpu

@llvm/pr-subscribers-mlir

Author: None (spaceotter)

<details>
<summary>Changes</summary>

Should fix https://lab.llvm.org/buildbot/#/builders/61/builds/51692/steps/5/logs/stdio

---
Full diff: https://github.com/llvm/llvm-project/pull/72019.diff


1 Files Affected:

- (modified) mlir/lib/Dialect/GPU/CMakeLists.txt (+1) 


``````````diff
diff --git a/mlir/lib/Dialect/GPU/CMakeLists.txt b/mlir/lib/Dialect/GPU/CMakeLists.txt
index e26b5dacc98c365..b76d18e81246eb1 100644
--- a/mlir/lib/Dialect/GPU/CMakeLists.txt
+++ b/mlir/lib/Dialect/GPU/CMakeLists.txt
@@ -101,6 +101,7 @@ add_mlir_dialect_library(MLIRGPUTransforms
   MLIRSupport
   MLIRROCDLTarget
   MLIRTransformUtils
+  MLIRVectorDialect
   )
 
 add_subdirectory(TransformOps)

``````````

</details>


https://github.com/llvm/llvm-project/pull/72019


More information about the Mlir-commits mailing list