[Bf-docboard-svn] bf-manual: [8995] branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst: Note Out of Core support in Metal

Alaska noreply at blender.org
Tue Feb 22 11:50:32 CET 2022


Revision: 8995
          https://developer.blender.org/rBM8995
Author:   Alaska
Date:     2022-02-22 11:50:32 +0100 (Tue, 22 Feb 2022)
Log Message:
-----------
Note Out of Core support in Metal

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-22 10:43:27 UTC (rev 8994)
+++ branches/blender-3.1-release/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-02-22 10:50:32 UTC (rev 8995)
@@ -93,8 +93,9 @@
 Typically, the GPU can only use the amount of memory that is on the GPU
 (see `Would multiple GPUs increase available memory?`_ for more information).
 This is usually much smaller than the amount of system memory the CPU can access.
-With CUDA, OptiX and HIP 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.
+With CUDA, OptiX, HIP and Metal 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.
 
 
 Can multiple GPUs be used for rendering?
@@ -176,8 +177,8 @@
 Normally users do not need to install the CUDA toolkit as Blender comes with precompiled kernels.
 
 
-CUDA Error: Out of memory
--------------------------
+Error: Out of memory
+--------------------
 
 This usually means there is not enough memory to store the scene for use by the GPU.
 



More information about the Bf-docboard-svn mailing list