Skip to content

Commit

Permalink
Update kepler_jax.py (#9)
Browse files Browse the repository at this point in the history
Looks like they moved jaxlib.mhlo_helpers to jaxlib.hlo_helpers 

jax-ml/jax@b8ae8e3#diff-50658d597212b4ce070b8bd8c1fc522deeee1845ba387a0a5b507c446e8ea12a
  • Loading branch information
jlu-spins authored Mar 21, 2023
1 parent 4796fee commit 1cb4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kepler_jax/kepler_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from jax.abstract_arrays import ShapedArray
from jax.interpreters import ad, batching, mlir, xla
from jax.lib import xla_client
from jaxlib.mhlo_helpers import custom_call
from jaxlib.hlo_helpers import custom_call

# Register the CPU XLA custom calls
from . import cpu_ops
Expand Down

0 comments on commit 1cb4c39

Please sign in to comment.