Skip to content

Commit 05614ed

Browse files
Expose pallas.mosaic.random.sample_block to pltpu interface
PiperOrigin-RevId: 730923727
1 parent 8ac2969 commit 05614ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jax/experimental/pallas/tpu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
from jax._src.pallas.mosaic.primitives import semaphore_read as semaphore_read
5252
from jax._src.pallas.mosaic.primitives import semaphore_signal as semaphore_signal
5353
from jax._src.pallas.mosaic.primitives import semaphore_wait as semaphore_wait
54+
from jax._src.pallas.mosaic.random import sample_block as sample_block
5455
from jax._src.pallas.mosaic.random import to_pallas_key as to_pallas_key
5556

5657
import types

0 commit comments

Comments
 (0)