Skip to content
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

[MLIR][XeGPU] fix link issue for #110741 #110853

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

chencha3
Copy link
Contributor

@chencha3 chencha3 commented Oct 2, 2024

No description provided.

@chencha3 chencha3 marked this pull request as ready for review October 2, 2024 14:46
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 2, 2024

@llvm/pr-subscribers-mlir-gpu

@llvm/pr-subscribers-mlir

Author: Chao Chen (chencha3)

Changes

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

1 Files Affected:

  • (modified) mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt (+2)
diff --git a/mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt b/mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt
index a0ce7f9706cef3..242a97ccfdf6db 100644
--- a/mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt
@@ -12,7 +12,9 @@ add_mlir_dialect_library(MLIRXeGPUDialect
 
   LINK_LIBS PUBLIC
   MLIRArithDialect
+  MLIRArithUtils
   MLIRDialectUtils
   MLIRIR
   MLIRViewLikeInterface
+  MLIRVectorDialect
 )

@chencha3 chencha3 merged commit 09ba83b into main Oct 2, 2024
10 of 12 checks passed
@chencha3 chencha3 deleted the users/chencha3/xegpu/fix_link_issue branch October 2, 2024 14:49
Sterling-Augustine pushed a commit to Sterling-Augustine/llvm-project that referenced this pull request Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants