summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-06 06:43:34 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-06 07:17:24 -0400
commitd5845a8652c5ab05726acd39a2ecbb40818427e7 (patch)
tree993221d1425611a848abfcf0f4b35621fd584d20
parent2dd073cb42a98b2410cc7564948424e22cff6c50 (diff)
add TPU/GXP toggle
-rw-r--r--static/releases.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 156c5837..09b027a2 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -677,6 +677,9 @@
<p>Changes since the 2023040400 release:</p>
<ul>
+ <li>Settings: add toggle for controlling direct access to Tensor hardware accelerators (TPU, GXP) by certain Google apps for users to choose whether Google apps can use more than the portable Android hardware acceleration features such as the neural net API</li>
+ <li>Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro: add dynamic control over direct TPU access</li>
+ <li>Pixel 7, Pixel 7 Pro: add dynamic control over GXP access by Google Camera</li>
<li>add support for providing Camera vendor extensions on Pixels via Pixel Camera Services app (at the moment, only the Camera2 Night extension is available for certain devices and CameraX extensions aren't available yet)</li>
<li>add support for runtime resource overlays (RROs) to exec spawning</li>
<li>remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it</li>