Skip to content

Commit

Permalink
Merge pull request jax-ml#10718 from hawkinsp:jaxfix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448849099
  • Loading branch information
jax authors committed May 16, 2022
2 parents 1381afc + 337ec47 commit f572646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _parse_version(v: str) -> Tuple[int, ...]:
hip_linalg = None

try:
import jaxlib.cuda_linalg as gpu_linalg # pytype: disable=import-error
import jaxlib.gpu_linalg as gpu_linalg # pytype: disable=import-error
except ImportError:
gpu_linalg = None

Expand Down

0 comments on commit f572646

Please sign in to comment.