[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:23 PST 2023


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

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

>From eec7f001f1f74ff1915479a2dd795bdc57ded6e9 Mon Sep 17 00:00:00 2001
From: Eric Eaton <zaimzet at gmail.com>
Date: Sat, 11 Nov 2023 00:38:20 -0800
Subject: [PATCH] [mlir][gpu] Fix build error after barrier elimination code
 moved

Should fix https://lab.llvm.org/buildbot/#/builders/61/builds/51692/steps/5/logs/stdio
---
 mlir/lib/Dialect/GPU/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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