mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
The methods are renamed so that it's more clear they are explicitly for TPUV4, not any arbitrary accel device. PiperOrigin-RevId: 577317824
12 lines
216 B
Python
12 lines
216 B
Python
load("//tools:defs.bzl", "go_library")
|
|
|
|
package(default_applicable_licenses = ["//:license"])
|
|
|
|
licenses(["notice"])
|
|
|
|
go_library(
|
|
name = "tpu",
|
|
srcs = ["tpu.go"],
|
|
visibility = ["//pkg/sentry:internal"],
|
|
)
|