Skip to content

[mlir][sparse] fix missing cmake dependencies. #95034

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 1 commit into from
Jun 10, 2024

Conversation

PeimingLiu
Copy link
Member

Fix #88955

@llvmbot
Copy link
Member

llvmbot commented Jun 10, 2024

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-sparse

Author: Peiming Liu (PeimingLiu)

Changes

Fix #88955


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

1 Files Affected:

  • (modified) mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt (+1)
diff --git a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
index 6f59b69bddce8..0bc939fc80d3b 100644
--- a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
@@ -50,6 +50,7 @@ add_mlir_dialect_library(MLIRSparseTensorDialect
   MLIRDialectUtils
   MLIRIR
   MLIRInferTypeOpInterface
+  MLIRLoopLikeInterface
   MLIRSupport
   MLIRSparseTensorEnums
   )

@PeimingLiu PeimingLiu merged commit d474976 into llvm:main Jun 10, 2024
4 of 6 checks passed
@PeimingLiu PeimingLiu deleted the fix-cmake branch June 10, 2024 20:44
@aartbik
Copy link
Contributor

aartbik commented Jun 10, 2024

lgtm

Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Jun 12, 2024
@HerrCai0907 HerrCai0907 mentioned this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:sparse Sparse compiler in MLIR mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants