Skip to content

Commit

Permalink
Fix typo in a comment (NFC).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726441426
  • Loading branch information
akuegel authored and Google-ML-Automation committed Feb 13, 2025
1 parent 988e55c commit e7c62c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/service/gpu/model/tiled_hlo_instruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ inline bool operator==(const TiledHloInstruction& lhs,

if (lhs.operands().empty() && rhs.operands().empty()) {
// Tile offsets indexing is guaranteed to be computed only if tile sizes are
// different and the instruction has no operands.
// the same and the instruction has no operands.
return lhs.tile_offsets_indexing() == rhs.tile_offsets_indexing();
}

Expand Down

0 comments on commit e7c62c0

Please sign in to comment.