Skip to content

Commit

Permalink
[AMD] NFC: Drop duplicated moveUpTranspose (triton-lang#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 and hmalgewatta committed Nov 15, 2024
1 parent a9a7a04 commit fabb8da
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 fabb8da

Please sign in to comment.