Files
Lucas ManningandgVisor bot 44d987d984 Add sanitization checks for TPU ioctl parameters and rename TPU device methods.
The methods are renamed so that it's more clear they are explicitly for TPUV4,
not any arbitrary accel device.

PiperOrigin-RevId: 577317824
2023-10-27 15:26:45 -07:00

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"],
)