Skip to content

Bump IREE to iree-org/iree@a456335c #1236

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

Closed
wants to merge 1 commit into from
Closed

Conversation

yzhang93
Copy link
Contributor

Also bump MLIR-AIR to 5966aec5.

@yzhang93
Copy link
Contributor Author

@newling I think the upstream vector dialect changes (e.g., your PR llvm/llvm-project#135447) affect our codes. I'm getting errors

/proj/rdi/staff/vivizhan/iree-amd-aie/compiler/plugins/target/AMD-AIE/aievec/VectorToVectorConversions.cpp:1247:48: error: no member named 'getSourceType' in 'mlir::vector::InsertOp'
    auto insSrcTy = dyn_cast<VectorType>(insOp.getSourceType());
                                         ~~~~~ ^
/proj/rdi/staff/vivizhan/iree-amd-aie/compiler/plugins/target/AMD-AIE/aievec/VectorToVectorConversions.cpp:1273:49: error: no member named 'getSource' in 'mlir::vector::InsertOp'
        insOp, insOp.getDestVectorType(), insOp.getSource());
                                          ~~~~~ ^
/proj/rdi/staff/vivizhan/iree-amd-aie/compiler/plugins/target/AMD-AIE/aievec/VectorToVectorConversions.cpp:1346:21: error: no type named 'populateShapeCastFoldingPatterns' in namespace 'mlir::vector'
      mlir::vector::populateShapeCastFoldingPatterns(patterns);

Could you help add proper fix?

@newling
Copy link
Contributor

newling commented Apr 21, 2025

Added fixes for

2f6bc47a18d9a97635b76520f0e33391aa72ba68
d88a3a36ad26e68281873fab9a35389f6eb5c919

please see

#1237

@yzhang93 yzhang93 closed this Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants