jax/_src/pallas/mosaic/interpret/interpret_pallas_call.py
[error] invalid-argument-type -
:2179:37 -
Argument is incorrect: Expected `int`, found `int | DynamicGridDim | Unknown`
[error] invalid-argument-type -
:2285:15 -
Argument is incorrect: Expected `tuple[int | Array | Slice, ...]`, found `tuple[slice[Any, Any, Any] | Slice | Unknown, ...]`
[error] invalid-argument-type -
:2389:15 -
Argument is incorrect: Expected `tuple[int | Array | Slice, ...]`, found `tuple[slice[Any, Any, Any] | Slice | Unknown, ...]`
[warning] unused-ignore-comment -
:2154:62 -
Unused blanket `type: ignore` directive
[warning] unused-ignore-comment -
:2161:37 -
Unused blanket `type: ignore` directive
jax/_src/pallas/mosaic/lowering.py
[error] invalid-assignment -
:469:5 -
Object of type `tuple[str, ...]` is not assignable to `Sequence[Literal["parallel", "core_parallel", "subcore_parallel", "arbitrary"] | GridDimensionSemantics] | None`
[error] invalid-argument-type -
:472:30 -
Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Literal["parallel", "core_parallel", "subcore_parallel", "arbitrary"] | GridDimensionSemantics] | None`
[error] invalid-argument-type -
:475:47 -
Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Literal["parallel", "core_parallel", "subcore_parallel", "arbitrary"] | GridDimensionSemantics] | None`
[error] invalid-argument-type -
:477:41 -
Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Literal["parallel", "core_parallel", "subcore_parallel", "arbitrary"] | GridDimensionSemantics] | None`
[error] no-matching-overload -
:485:22 -
No overload of function `iter` matches arguments
[error] invalid-assignment -
:529:5 -
Object of type `tuple[Unknown | None, ...]` is not assignable to attribute `scratch_block_shapes` of type `tuple[tuple[int, ...], ...]`