[Bf-docboard-svn] bf-manual: [8423] trunk/blender_docs/manual/render/cycles/gpu_rendering.rst: Update GPU rendering page for Cycles-X

Alaska noreply at blender.org
Thu Sep 23 06:22:56 CEST 2021


Revision: 8423
          https://developer.blender.org/rBM8423
Author:   Alaska
Date:     2021-09-23 06:22:56 +0200 (Thu, 23 Sep 2021)
Log Message:
-----------
Update GPU rendering page for Cycles-X

Modified Paths:
--------------
    trunk/blender_docs/manual/render/cycles/gpu_rendering.rst

Modified: trunk/blender_docs/manual/render/cycles/gpu_rendering.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/gpu_rendering.rst	2021-09-23 04:15:17 UTC (rev 8422)
+++ trunk/blender_docs/manual/render/cycles/gpu_rendering.rst	2021-09-23 04:22:56 UTC (rev 8423)
@@ -10,7 +10,7 @@
 and issues with interactivity when using the same graphics card for display and rendering.
 
 To enable GPU rendering, go into the :menuselection:`Preferences --> System --> Cycles Render Devices`,
-and select either *CUDA*, *OptiX* or *OpenCL*. Next, you must configure each scene to use GPU rendering in
+and select either *CUDA* or *OptiX*. Next, you must configure each scene to use GPU rendering in
 :menuselection:`Properties --> Render --> Device`.
 
 .. note::
@@ -39,12 +39,9 @@
 see the `list of Nvidia graphics cards <https://developer.nvidia.com/cuda-gpus#compute>`__
 with the compute capabilities and supported graphics cards.
 
-.. note:: Unsupported Features:
+.. note:: Open Shading Language is not supported.
 
-   - Open Shading Language
-   - Advanced volume light sampling to reduce noise
 
-
 .. _render-cycles-gpu-optix:
 
 OptiX
@@ -55,44 +52,9 @@
 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).
 
-.. note:: Unsupported Features:
+.. note:: Open Shading Language is not supported.
 
-   - Open Shading Language
-   - Advanced volume light sampling to reduce noise
-   - Branched Path Tracing
 
-
-AMD
----
-
-:abbr:`OpenCL (Open Computing Language)` is supported for GPU rendering with AMD graphics cards.
-Blender supports GPU rendering on graphics cards with :abbr:`GCN (Graphics Core Next)` generation 2 and above.
-To make sure your GPU is supported,
-see the `list of GCN generations <https://en.wikipedia.org/wiki/Graphics_Core_Next#Generations>`__
-with the GCN generation and supported graphics cards.
-
-On Windows and Linux, the latest Pro drivers should be installed from
-the `AMD website <https://www.amd.com/en/support>`__.
-
-.. note:: Unsupported Features:
-
-   - Open Shading Language
-   - Advanced volume light sampling to reduce noise
-
-
-Intel
------
-
-:abbr:`OpenCL (Open Computing Language)` is supported for GPU rendering with Intel graphics cards.
-Blender supports GPU rendering on Intel Iris and Xe graphics cards.
-Currently OpenCL rendering on Intel only works on Windows and Linux, macOS is currently is unsupported.
-
-.. note:: Unsupported Features:
-
-   - Open Shading Language
-   - Advanced volume light sampling to reduce noise
-
-
 Frequently Asked Questions
 ==========================
 
@@ -119,7 +81,6 @@
 This is usually much smaller than the amount of system memory the CPU can access.
 With CUDA and OptiX devices, if the GPU memory is full Blender will automatically try to use system memory.
 This has a performance impact, but will usually still result in a faster render than using CPU rendering.
-This feature does not work for OpenCL rendering.
 
 
 Can multiple GPUs be used for rendering?
@@ -135,7 +96,7 @@
 This is can be enabled with :ref:`Distributed Memory Across Devices <prefs-system-cycles-distributive-memory>`.
 
 
-What renders faster, Nvidia or AMD, CUDA, OptiX or OpenCL?
+What renders faster?
 ----------------------------------------------------------
 
 This varies depending on the hardware used. Different technologies also have different compute times
@@ -146,7 +107,7 @@
 Error Messages
 ==============
 
-In case of problems, be sure to install the official graphics drivers from the Nvidia or AMD website,
+In case of problems, be sure to install the official graphics drivers from the GPU manufacturers website,
 or through the package manager on Linux.
 
 



More information about the Bf-docboard-svn mailing list