diff --git a/WORKSPACE b/WORKSPACE index 9fe770bedff..c73231dd402 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,9 +50,9 @@ http_archive( "//openxla_patches:gpu_race_condition.diff", "//openxla_patches:f16_abi_clang.diff", ], - strip_prefix = "xla-fe08041b23d8baa0d00967913a1d6e8a0c348df3", + strip_prefix = "xla-80462ef5b22360df177fe24fc13c81b235d3f3a2", urls = [ - "https://github.com/openxla/xla/archive/fe08041b23d8baa0d00967913a1d6e8a0c348df3.tar.gz", + "https://github.com/openxla/xla/archive/80462ef5b22360df177fe24fc13c81b235d3f3a2.tar.gz", ], ) diff --git a/setup.py b/setup.py index 92ccd1004d3..df54224ed98 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) -_date = '20240425' +_date = '20240502' _libtpu_version = f'0.1.dev{_date}' _libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl' _jax_version = f'0.4.27.dev{_date}'