[Bf-docboard-svn] bf-manual: [9413] trunk/blender_docs/manual/render/cycles/gpu_rendering.rst: Cycles: Add support for rendering on Intel GPUs using oneAPI

Aaron Carlisle noreply at blender.org
Thu Jul 14 00:20:50 CEST 2022


Revision: 9413
          https://developer.blender.org/rBM9413
Author:   Blendify
Date:     2022-07-14 00:20:50 +0200 (Thu, 14 Jul 2022)
Log Message:
-----------
Cycles: Add support for rendering on Intel GPUs using oneAPI

rBa02992f1313811c9905e44dc95a0aee31d707f67

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	2022-07-13 22:01:41 UTC (rev 9412)
+++ trunk/blender_docs/manual/render/cycles/gpu_rendering.rst	2022-07-13 22:20:50 UTC (rev 9413)
@@ -47,7 +47,7 @@
 ----------
 
 :abbr:`HIP (Heterogeneous-compute Interface for Portability)` is supported on Windows and Linux and requires a
-AMD graphics card with the Vega, RDNA or newer architecture or newer. Both discrete GPUs and APUs are supported.
+AMD graphics card with the Vega, RDNA or newer architecture. Both discrete GPUs and APUs are supported.
 
 Supported GPUs include:
 
@@ -69,6 +69,27 @@
 .. note:: The *Clip* extension mode in the :doc:`/render/shader_nodes/textures/image` is not supported.
 
 
+oneAPI -- Intel
+---------------
+
+oneAPI is a computation library that is supported on Windows and Linux and requires a
+Intel® Arc™ graphics card with the Xe HPG architecture.
+
+Supported GPUs include:
+
+ - Intel® Arc™ A-Series
+
+Minimum driver versions:
+
+ - Windows: Intel Graphics Driver 30.0.101.1660
+ - Linux: OpenCL runtime 22.10.22597
+
+Please refer to `Intel's website <https://www.intel.com/content/www/us/en/products/details/discrete-gpus.html>`__
+for more information about Intel graphics cards and their architectures.
+
+.. note:: The *Clip* extension mode in the :doc:`/render/shader_nodes/textures/image` is not supported.
+
+
 Metal -- Apple (macOS)
 ----------------------
 



More information about the Bf-docboard-svn mailing list