From 3090041a218bc2eff892a3f855ac49f953179325 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 26 Apr 2023 14:31:13 +0200 Subject: [PATCH] docs: cpu -> CPU Part-of: --- docs/drivers/asahi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 88b04559f9f..7b6d82d184b 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -342,7 +342,7 @@ concepts used in PowerVR GPUs appear in AGX. USC Unified Shader Cores - A unified shader core is a small cpu that runs shader code. The core is + A unified shader core is a small CPU that runs shader code. The core is unified because a single ISA is used for vertex, pixel and compute shaders. This differs from older GPUs where the vertex, fragment and compute have separate ISAs for shader stages.