• Home
Name Date Size #Lines LOC

..--

client/03-May-2024-2,1191,600

platform/external/03-May-2024-8457

BUILDD03-May-20244 KiB143132

README.mdD03-May-2024433 2313

direct_tpu_driver.ccD03-May-202416.7 KiB504406

event_id.hD03-May-20242 KiB6431

grpc_tpu_driver.ccD03-May-202439.8 KiB1,099914

grpc_tpu_driver.hD03-May-20241.3 KiB3211

pod_tpu_driver.ccD03-May-202434.6 KiB978771

recording_tpu_driver.ccD03-May-202419.7 KiB579462

tpu_driver.ccD03-May-20243.6 KiB11384

tpu_driver.hD03-May-20249.8 KiB254128

tpu_driver.protoD03-May-20242 KiB7360

tpu_service.protoD03-May-20244.9 KiB186148

README.md

1# TPU Driver API
2
3This repository contains the TPU driver API and network (gRPC) transport
4implementation for high-performance access to TPU hardware.
5
6# Building
7
8Bazel is used to build the driver library and tests. Remote tests will require
9access to a Cloud TPU.
10
11## Fetching Bazel
12
13Download the latest copy of Bazel from
14https://github.com/bazelbuild/bazel/releases.
15
16## Building
17
18`bazel build ...`
19
20## Testing
21
22`bazel test ...`
23