[Mlir-commits] [mlir] [MLIR][AMDGPU] Adding Vector to AMDGPU conversion lowering (PR #131803)
Zhuoran Yin
llvmlistbot at llvm.org
Wed Mar 19 06:27:27 PDT 2025
================
@@ -0,0 +1,18 @@
+add_mlir_conversion_library(MLIRVectorToAMDGPU
+ VectorToAMDGPU.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToAMDGPU
+
+ DEPENDS
+ MLIRConversionPassIncGen
+
+ LINK_COMPONENTS
+ Core
+
+ LINK_LIBS PUBLIC
+ MLIRAMDGPUDialect
+ MLIRVectorDialect
+ MLIRPass
+ MLIRTransforms
+ )
----------------
jerryyin wrote:
Do you mean to ask to register this pass downstream once this PR is merged pulled into iree? For sure. Since I'm going to pull this pass into IREE immediately after this happens, I kinda have to do this to make IREE CI happy.
https://github.com/llvm/llvm-project/pull/131803
More information about the Mlir-commits
mailing list