| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| client/ | 03-May-2024 | - | 2,119 | 1,600 | ||
| platform/external/ | 03-May-2024 | - | 84 | 57 | ||
| BUILD | D | 03-May-2024 | 4 KiB | 143 | 132 | |
| README.md | D | 03-May-2024 | 433 | 23 | 13 | |
| direct_tpu_driver.cc | D | 03-May-2024 | 16.7 KiB | 504 | 406 | |
| event_id.h | D | 03-May-2024 | 2 KiB | 64 | 31 | |
| grpc_tpu_driver.cc | D | 03-May-2024 | 39.8 KiB | 1,099 | 914 | |
| grpc_tpu_driver.h | D | 03-May-2024 | 1.3 KiB | 32 | 11 | |
| pod_tpu_driver.cc | D | 03-May-2024 | 34.6 KiB | 978 | 771 | |
| recording_tpu_driver.cc | D | 03-May-2024 | 19.7 KiB | 579 | 462 | |
| tpu_driver.cc | D | 03-May-2024 | 3.6 KiB | 113 | 84 | |
| tpu_driver.h | D | 03-May-2024 | 9.8 KiB | 254 | 128 | |
| tpu_driver.proto | D | 03-May-2024 | 2 KiB | 73 | 60 | |
| tpu_service.proto | D | 03-May-2024 | 4.9 KiB | 186 | 148 |
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