# GPU delegate

Source: [https://docs.qualcomm.com/doc/80-70014-54Y/topic/gpu-delegate.html](https://docs.qualcomm.com/doc/80-70014-54Y/topic/gpu-delegate.html)

GPU 开源 Delegate 为包括 Adreno GPU 在内的各种特定厂商的 GPU 提供加速。

TensorFlow Lite 可以使用 GPU delegate 来提高 GPU 的并行处理能力，从而加快推理速度。GPU Delegate 使用 OpenCL 内核在 GPU 的 TensorFlow Lite 模型执行图中运行神经网络算子。

GPU delegate 默认与 TensorFlow Lite 库一起交叉编译，并针对在 Adreno GPU 上运行以下 TensorFlow Lite 模型进行了优化：

- 16 位浮点
- 32 位浮点

有关详细信息，参见 [TensorFlow Lite 的 GPU delegate](https://www.tensorflow.org/lite/performance/gpu)。

**Parent Topic:** [Delegate](https://docs.qualcomm.com/doc/80-70014-54Y/topic/delegates.html)

Last Published: Aug 06, 2024

[Previous Topic
使用 CPU 的 XNNPACK delegate](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/xnnpack-delegate-for-cpu.md) [Next Topic
QNN delegate](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/qnn-delegate.md)