diff --git a/setup.py b/setup.py index 8139b47aa1b5..10fe761885a0 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ base_dir = os.path.dirname(os.path.abspath(__file__)) third_party_path = os.path.join(base_dir, 'third_party') -_libtpu_version = '0.1.dev20220303' +_libtpu_version = '0.1.dev20220413' _litbpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl' diff --git a/third_party/tensorflow b/third_party/tensorflow index fe5345ed0a56..ace2ad8d5a94 160000 --- a/third_party/tensorflow +++ b/third_party/tensorflow @@ -1 +1 @@ -Subproject commit fe5345ed0a56e9b6deb9b46b0ab1a99fc8934547 +Subproject commit ace2ad8d5a9473f49547cd2fc70064dd54c67de1 diff --git a/third_party/xla_client/xrt_computation_client.cc b/third_party/xla_client/xrt_computation_client.cc index 35d0ed2733ea..7f56603a438b 100644 --- a/third_party/xla_client/xrt_computation_client.cc +++ b/third_party/xla_client/xrt_computation_client.cc @@ -25,7 +25,7 @@ #include "tensorflow/compiler/xrt/xrt_util.h" #include "tensorflow/core/framework/allocator.h" #include "tensorflow/core/profiler/lib/traceme.h" -#include "tensorflow/core/tpu/tpu_api_dlsym_initializer.h" +#include "tensorflow/core/tpu/tpu_initializer_helper.h" #include "tensorflow/core/util/device_name_utils.h" namespace xla {