Skip to content

adding MLIRMemRefDialect #117986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 28, 2024
Merged

adding MLIRMemRefDialect #117986

merged 2 commits into from
Nov 28, 2024

Conversation

fschlimb
Copy link
Contributor

fixing post-CI failures #104566

@llvmbot llvmbot added the mlir label Nov 28, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 28, 2024

@llvm/pr-subscribers-mlir

Author: Frank Schlimbach (fschlimb)

Changes

fixing post-CI failures #104566


Full diff: https://github.com/llvm/llvm-project/pull/117986.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/MPI/IR/CMakeLists.txt (+1)
diff --git a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
index 29d0b2379da747..edd7d911d0248e 100644
--- a/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/MPI/IR/CMakeLists.txt
@@ -14,6 +14,7 @@ add_mlir_dialect_library(MLIRMPIDialect
   LINK_LIBS PUBLIC
   MLIRDialect
   MLIRIR
+  MLIRMemRefDialect
   MLIRInferTypeOpInterface
   MLIRSideEffectInterfaces
   )

@rengolin rengolin merged commit b7749ef into llvm:main Nov 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants