Skip to content

Commit cb2cf56

Browse files
[Mosaic GPU] Add missing import.
PiperOrigin-RevId: 702629468
1 parent 8c78c1e commit cb2cf56

File tree

1 file changed

+1
-0
lines changed
  • jax/experimental/mosaic/gpu/examples

1 file changed

+1
-0
lines changed

jax/experimental/mosaic/gpu/examples/matmul.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import jax
2222
from jax import random
23+
from jax._src import test_util as jtu # noqa: F401
2324
from jax._src.interpreters import mlir
2425
from jax.experimental.mosaic.gpu import profiler
2526
from jax.experimental.mosaic.gpu import * # noqa: F403

0 commit comments

Comments
 (0)