[Bf-docboard-svn] bf-manual: [8947] branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst: Re-arrange and clean up GPU rendering page

Alaska noreply at blender.org
Thu Feb 10 03:49:15 CET 2022


Revision: 8947
          https://developer.blender.org/rBM8947
Author:   Alaska
Date:     2022-02-10 03:49:14 +0100 (Thu, 10 Feb 2022)
Log Message:
-----------
Re-arrange and clean up GPU rendering page

Re-arrange and clean up GPU rendering page to avoid confusion with the introduction of potential future Cycles Metal patches

Reviewed by: Aaron Carlisle

Differential Revision: https://developer.blender.org/D13659

Modified Paths:
--------------
    branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst

Modified: branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst
===================================================================
--- branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-02-10 02:05:23 UTC (rev 8946)
+++ branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-02-10 02:49:14 UTC (rev 8947)
@@ -14,26 +14,20 @@
 :menuselection:`Properties --> Render --> Device`.
 
 
-Supported Hardware
-==================
+Rendering Technologies
+======================
 
-Blender supports different technologies to render on the GPU depending on the particular GPU manufacturer.
+Blender supports different technologies to render on the GPU depending on the particular GPU manufacturer
+and operating system.
 
+.. note:: With all GPU rendering technologies, :doc:`/render/shader_nodes/osl` is not supported.
 
-Nvidia
-------
 
-:abbr:`CUDA (Compute Unified Device Architecture)` and OptiX are supported
-for GPU rendering with Nvidia graphics cards.
+CUDA -- NVIDIA
+--------------
 
-.. note:: :doc:`/render/shader_nodes/osl` is not supported.
-
-
-CUDA
-^^^^
-
-CUDA requires graphics cards with compute capability 3.0 and higher.
-To make sure your GPU is supported,
+:abbr:`CUDA (Compute Unified Device Architecture)` is supported on Windows and Linux and requires a 
+Nvidia graphics cards with compute capability 3.0 and higher. To make sure your GPU is supported,
 see the `list of Nvidia graphics cards <https://developer.nvidia.com/cuda-gpus#compute>`__
 with the compute capabilities and supported graphics cards.
 
@@ -40,22 +34,21 @@
 
 .. _render-cycles-gpu-optix:
 
-OptiX
-^^^^^
+OptiX -- NVIDIA
+---------------
 
-OptiX requires graphics cards with compute capability 5.0 and higher and a driver version of at least 470.
-To make sure your GPU is supported,
+OptiX is supported on Windows and Linux and requires a Nvidia graphics cards with compute capability 5.0 and higher
+and a driver version of at least 470. To make sure your GPU is supported,
 see the `list of Nvidia graphics cards <https://developer.nvidia.com/cuda-gpus#compute>`__
 OptiX works best on RTX graphics cards with hardware ray tracing support (e.g. Turing and above).
 
 
-AMD
----
+HIP -- AMD
+----------
 
-:abbr:`HIP (Heterogeneous-compute Interface for Portability)` is enabled
-for GPU rendering with AMD graphics cards on Windows. Blender supports GPU rendering
-on discrete graphics cards with the AMD RDNA architecture or newer
-and AMD Radeon Software 21.12.1 or AMD Radeon PRO Software 21.Q4 GPU drivers or newer.
+:abbr:`HIP (Heterogeneous-compute Interface for Portability)` is supported on Windows and requires a 
+discrete AMD graphics card with the RDNA architecture or newer and AMD Radeon Software 21.12.1
+or AMD Radeon PRO Software 21.Q4 GPU drivers and newer.
 
 Support GPUs include:
 
@@ -66,21 +59,15 @@
 Please refer to `AMD's website <https://www.amd.com/en/graphics>`__ for more
 information about AMD graphics cards and their architectures.
 
+.. note:: The *Clip* extension mode in the :doc:`/render/shader_nodes/textures/image` is not supported.
 
-.. note:: Unsupported Features:
 
-   - :doc:`/render/shader_nodes/osl`
-   - *Clip* extension mode in the :doc:`/render/shader_nodes/textures/image`
+Metal -- Apple (macOS)
+----------------------
 
-
-Apple
------
-
 Metal is enabled for GPU rendering on Apple Silicon using macOS 12.0 (Monterey) and newer.
 
-.. note:: :doc:`/render/shader_nodes/osl` is not supported.
 
-
 Frequently Asked Questions
 ==========================
 



More information about the Bf-docboard-svn mailing list