[Mlir-commits] [mlir] 873a3e2 - [mlir] Add missing NVGPU link dependency to VectorToGPU

Christopher Bate llvmlistbot at llvm.org
Fri May 20 09:46:50 PDT 2022


Author: Christopher Bate
Date: 2022-05-20T10:44:31-06:00
New Revision: 873a3e2c1d048f5d592f29d0ca09348afd2cbd0a

URL: https://github.com/llvm/llvm-project/commit/873a3e2c1d048f5d592f29d0ca09348afd2cbd0a
DIFF: https://github.com/llvm/llvm-project/commit/873a3e2c1d048f5d592f29d0ca09348afd2cbd0a.diff

LOG: [mlir] Add missing NVGPU link dependency to VectorToGPU

The missing link dependency caused build failures in some
configurations.

Added: 
    

Modified: 
    mlir/lib/Conversion/VectorToGPU/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt b/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
index 778f2c42eebe5..7d12e4781cb64 100644
--- a/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
+++ b/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
@@ -13,6 +13,7 @@ add_mlir_conversion_library(MLIRVectorToGPU
   MLIRGPUOps
   MLIRLLVMIR
   MLIRMemRef
+  MLIRNVGPU
   MLIRTransforms
   MLIRVector
   MLIRVectorUtils


        


More information about the Mlir-commits mailing list