Frank Chen 82f4f50f4f Add check for events_ not containing the event we are waiting on because it has already completed
PiperOrigin-RevId: 337185599
Change-Id: I9c73388c0a99c2abbc52aef4e7bf2c61656e8199
2020-10-14 15:39:09 -07:00
..
2020-10-06 16:42:56 -07:00
2020-07-31 23:39:13 -07:00

TPU Driver API

This repository contains the TPU driver API and network (gRPC) transport implementation for high-performance access to TPU hardware.

Building

Bazel is used to build the driver library and tests. Remote tests will require access to a Cloud TPU.

Fetching Bazel

Download the latest copy of Bazel from https://github.com/bazelbuild/bazel/releases.

Building

bazel build ...

Testing

bazel test ...