Skip to content

Commit

Permalink
[AMD] NFC: Drop duplicated moveUpTranspose (#5168)
Browse files Browse the repository at this point in the history
It was duplicated due to resolving merge conflicts.
  • Loading branch information
antiagainst authored Nov 15, 2024
1 parent 2e9d31b commit 1a1ad5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ struct TritonAMDGPUReorderInstructionsPass

moveUpTranspose(funcOp);

moveUpTranspose(funcOp);

if (isPureMatmulProblem(funcOp)) {
scheduleGlobalLoadLocalStore(funcOp);
sinkSecondLoad(funcOp);
Expand Down

0 comments on commit 1a1ad5e

Please sign in to comment.