josipd

Results 2 issues of josipd

Hello, thanks for releasing the model! I am observing different outputs on the same input (only between the first run and the second one, the subsequent ones agree with the...

### Description To reproduce, run the following on a TPU colab ``` def buggy_kernel(x_ref, z_ref): jax.lax.shift_right_logical(x_ref, 4) def buggy(x: jax.Array): return pl.pallas_call( matmul_kernel, out_shape=jax.ShapeDtypeStruct((x.shape[0], y.shape[1]), b.dtype), grid=(2, 2), in_specs=[ pl.BlockSpec(lambda...

bug
pallas