Skip to content

[mlir][LLVM] Fix missing MLIRNVGPUDialect dependency for MLIRGPUToNVVMTransforms #119306

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
Dec 10, 2024

Conversation

arthurqiu
Copy link
Contributor

This patch adds the missing MLIRNVGPUDialect dependency for MLIRGPUToNVVMTransforms, which comes from LowerGpuOpsToNVVMOps.cpp

@llvmbot
Copy link
Member

llvmbot commented Dec 10, 2024

@llvm/pr-subscribers-mlir-gpu

@llvm/pr-subscribers-mlir

Author: None (arthurqiu)

Changes

This patch adds the missing MLIRNVGPUDialect dependency for MLIRGPUToNVVMTransforms, which comes from LowerGpuOpsToNVVMOps.cpp


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

1 Files Affected:

  • (modified) mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt (+1)
diff --git a/mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt b/mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt
index df197f820604a1..1debf4e770569a 100644
--- a/mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/GPUToNVVM/CMakeLists.txt
@@ -18,6 +18,7 @@ add_mlir_conversion_library(MLIRGPUToNVVMTransforms
   MLIRLLVMCommonConversion
   MLIRLLVMDialect
   MLIRMemRefToLLVM
+  MLIRNVGPUDialect
   MLIRNVVMDialect
   MLIRPass
   MLIRTransformUtils

@arthurqiu
Copy link
Contributor Author

@joker-eph could you please review? Thanks.

@joker-eph joker-eph merged commit cf27e8e into llvm:main Dec 10, 2024
11 checks passed
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.

3 participants