Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ggengnv committed Sep 24, 2024
1 parent 8d2856b commit deefac7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,6 @@ assignMemoryLayouts(llvm::SmallVector<std::tuple<Operation *, int, Operation *>>
loadInfo.sharedEncoding =
getSharedEncoding(op, /*loadIsMMAv3=*/true).value_or(nullptr);
} else if (loadInfo.isMMAv3Registers || dot) {
// if warpGroupDot, we must now have operand A in registers since
// loadIsMMAv3Shared is false from above if-check

bool incompatible = false;
loadInfo.sharedEncoding =
getSharedEncIfAllUsersAreDotEnc(op->getResult(0), incompatible)
Expand Down

0 comments on commit deefac7

Please sign in to comment.