Fix example in mosaic tpu dialect layout.h

PiperOrigin-RevId: 629424833
This commit is contained in:
jax authors 2024-04-30 08:42:05 -07:00
parent 20a8e2a6ec
commit eeca8d81b9

View File

@ -139,13 +139,13 @@ class RectangularVregBounds : public VRegDataBounds {
// . . . . . . . . . .
// . . a b c d e . . .
// . . f g h i j . . .
// . . . . . . . . . .
// . . k l m n o . . .
//
// vreg 3 vreg 4
// . . k l m n o . . .
// . . p q r s t . . .
// . . . . . . . . . .
// . . . . . . . . . .
// . . . . . . . . . .
//
// The dot character indicates padding. Nothing should be assumed about the
// value of those entries.