[Mlir-commits] [mlir] [MLIR][Fix] Fix missing dep in AMDGPUDialect. (PR #134862)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 8 07:32:29 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-amdgpu
@llvm/pr-subscribers-mlir-gpu
Author: Alan Li (lialan)
<details>
<summary>Changes</summary>
Issue introduced in https://github.com/llvm/llvm-project/pull/133498
---
Full diff: https://github.com/llvm/llvm-project/pull/134862.diff
1 Files Affected:
- (modified) mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt (+1)
``````````diff
diff --git a/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt b/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
index 78d78cf48a747..2a019954c8356 100644
--- a/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/AMDGPU/IR/CMakeLists.txt
@@ -16,4 +16,5 @@ add_mlir_dialect_library(MLIRAMDGPUDialect
MLIRGPUDialect
MLIRIR
MLIRSideEffectInterfaces
+ MLIRMemRefUtils
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/134862
More information about the Mlir-commits
mailing list