Kyle Luther

Results 2 issues of Kyle Luther

### Description Each time fft2 is called, I get a different result. ```python from jax.numpy.fft import fft2 x = np.random.randn(7603, 7603) f1 = fft2(x).block_until_ready() f2 = fft2(x).block_until_ready() f3 = fft2(x).block_until_ready()...

bug
P1 (soon)
NVIDIA GPU

In higher versions of python (>=3.8), you cannot import the `warp.py' module ![sofima-typing](https://user-images.githubusercontent.com/12106104/212165494-1e564ef9-bc3b-42bf-92ee-bd2a785dc594.png) This error is caused by tuple[int,int] which is not allowed in the function definition, as this is...