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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Nov 11 00:57:34 PST 2023


Author: spaceotter
Date: 2023-11-11T00:57:30-08:00
New Revision: 45f669252ecb55731d8abcc826791d5bce7d3019

URL: https://github.com/llvm/llvm-project/commit/45f669252ecb55731d8abcc826791d5bce7d3019
DIFF: https://github.com/llvm/llvm-project/commit/45f669252ecb55731d8abcc826791d5bce7d3019.diff

LOG: [mlir][gpu] Fix build error after barrier elimination code moved (#72019)

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

Added: 
    

Modified: 
    mlir/lib/Dialect/GPU/CMakeLists.txt

Removed: 
    


################################################################################
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)


        


More information about the Mlir-commits mailing list