Tag: GPU
All the articles with the tag "GPU".
Accessing Tensor Data Directly in Sentis: Why and How to Avoid Readback
The bottleneck in on-device inference is usually not inference itself but data movement between GPU and CPU. Here are the Sentis APIs that reduce it.
The Graphics Pipeline: How a Vertex Becomes a Pixel
Every stage 3D geometry passes through on its way to becoming pixels, including vertex post-processing, output merger, and the newer mesh shader path.