mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Fix import in benchmarks
This works on my machine as 'python benchmarks/pmap_benchmark.py'. It also follows the code in examples. This will need a copybara rule to change the import to 'from jax.benchmarks import benchmark'
This commit is contained in:
parent
a4ceae1c00
commit
fd52fbf411
@ -25,7 +25,7 @@ from jax import numpy as np
|
||||
from jax import pmap
|
||||
from jax.config import config
|
||||
|
||||
import benchmark
|
||||
from benchmarks import benchmark
|
||||
|
||||
import numpy as onp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user