Chris Cundy

Results 1 issues of Chris Cundy

If I run the following code: ``` from jax.experimental import host_callback import numpy as np from jax import pmap, jit, partial, ShapeDtypeStruct def host_fn(x): return x x = np.ones(4, dtype=np.float32)...

bug
P0 (urgent)
NVIDIA GPU