[Bf-docboard-svn] bf-manual: [8996] Note Out of Core support in Metal

Alaska noreply at blender.org
Tue Feb 22 11:51:14 CET 2022


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

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

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2022-02-22 10:50:32 UTC (rev 8995)
+++ trunk/blender_docs	2022-02-22 10:51:14 UTC (rev 8996)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -1,4 +1,4 ##
 /branches/blender-2.92-release/blender_docs:7610-7921
 /branches/blender-2.93-release/blender_docs:7959-8113
 /branches/blender-3.0-release/blender_docs:8543-8943
-/branches/blender-3.1-release/blender_docs:8904-8993
\ No newline at end of property
+/branches/blender-3.1-release/blender_docs:8904-8995
\ No newline at end of property
Modified: trunk/blender_docs/manual/render/cycles/gpu_rendering.rst
===================================================================
--- trunk/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-02-22 10:50:32 UTC (rev 8995)
+++ trunk/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-02-22 10:51:14 UTC (rev 8996)
@@ -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