Conversation

Replying to
Correct!
Quote Tweet
Replying to @whitequark and @NicHartley
The Pixel Visual Core on a Pixel 2 and 3 runs a Linux distribution uploaded by the OS. It was an Intel-built chip with an ARM core running Linux and managing the specialized hardware. twitter.com/kdrag0n/status Not sure if it's also the case with the Pixel Neural Core on Pixel 4.
1
6
The Pixel 4 moved to a more general purpose design (Pixel Neural Core) involving collaboration with Samsung. The current generation devices abandoned using a dedicated chip now that the Snapdragon SoC functionality has advanced to the point that they can do everything with it.
1
7
The latest code for the Pixel Visual Core kernel is android.googlesource.com/kernel/arm64/+. hotchips.org/hc30/1conf/1.0 is some hardware information. The OS uploads the kernel every boot and it's the OS that does the firmware verification, so you can upload your own kernel when it's initialized.
1
1
It was neat but there wasn't much of a window for it to be relevant. The SoC already had general purpose compute DSP functionality. It just wasn't efficient enough or powerful enough for their use cases. So they started with using the Hexagon DSP and now they're back to using it.
2
1
Replying to
Can you share some links on visual core processor on (pixel 4a, 5) like that you shared on these tweets:
Quote Tweet
Replying to @DanielMicay @astarasikov and @never_released
The latest code for the Pixel Visual Core kernel is android.googlesource.com/kernel/arm64/+. hotchips.org/hc30/1conf/1.0 is some hardware information. The OS uploads the kernel every boot and it's the OS that does the firmware verification, so you can upload your own kernel when it's initialized.