mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Fix pmap_benchmark.py import (#2524)
This commit is contained in:
parent
db0ac989f4
commit
24bbd2bc1d
@ -23,9 +23,10 @@ from absl import app
|
||||
import jax
|
||||
from jax import numpy as np
|
||||
from jax import pmap
|
||||
from jax.benchmarks import benchmark
|
||||
from jax.config import config
|
||||
|
||||
import benchmark
|
||||
|
||||
import numpy as onp
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user