Skip to content

Commit

Permalink
try fixing format again
Browse files Browse the repository at this point in the history
  • Loading branch information
akkothar authored Aug 8, 2024
1 parent 064c7e6 commit fb90bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/lib/Conversion/AIRToAIEPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3531,7 +3531,7 @@ FailureOr<ModuleOp> convertAIRToAIE(mlir::RewriterBase &rewriter,
/* .device = */ *device};
std::vector<std::pair<ModuleOp, xilinx::air::HerdOp>> aie_modules;
p.walk([&](xilinx::air::HerdOp h) {
aie_modules.push_back({aie_module, h});
aie_modules.push_back({aie_module, h});
});
std::map<AIE::TileOp, air::HerdOp> tileToHerdMap;
for (auto &p : aie_modules) {
Expand Down

0 comments on commit fb90bae

Please sign in to comment.