[Mlir-commits] [mlir] [MLIR][AMDGPU] Add a wrapper for global LDS load intrinsics in AMDGPU (PR #133498)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Apr 8 07:27:07 PDT 2025


================
@@ -15,6 +15,7 @@
 #include "mlir/Dialect/Arith/IR/Arith.h"
 #include "mlir/Dialect/GPU/IR/GPUDialect.h"
 #include "mlir/Dialect/LLVMIR/ROCDLDialect.h"
+#include "mlir/Dialect/MemRef/Utils/MemRefUtils.h"
----------------
skc7 wrote:

Need to link MLIRMemRefUtils library in cmake to fix the buildbot "undefined reference failure"  "mlir::memref::isStaticShapeAndContiguousRowMajor(mlir::MemRefType)"

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


More information about the Mlir-commits mailing list