We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8592fe commit e7545ecCopy full SHA for e7545ec
jax/_src/pallas/mosaic/lowering.py
@@ -472,7 +472,8 @@ def __init__(
472
)
473
if len(user_grid) != len(dimension_semantics):
474
raise ValueError(
475
- "Must have dimension semantics for each dimension of the grid."
+ "Length of grid does not match length of dimension semantics."
476
+ f" len(grid)={len(user_grid)}, {len(dimension_semantics)=}"
477
478
assert len(self.vmapped_dims) + len(dimension_semantics) == len(
479
self.grid
0 commit comments