SWDEV-541514 - Docs update 2025-09-15 (#993)

Co-authored-by: Julia Jiang <56359287+jujiang-del@users.noreply.github.com>
Tento commit je obsažen v:
Istvan Kiss
2025-09-24 18:57:00 +02:00
odevzdal GitHub
rodič 0575606e49
revize 83fb0c8c47
39 změnil soubory, kde provedl 2973 přidání a 807 odebrání
+6 -4
Zobrazit soubor
@@ -240,10 +240,12 @@ page.
- 106
- 104
.. [1] RDNA architectures have a configurable wavefront size. The native
wavefront size is 32, but they can run in "CU mode", which has an effective
wavefront size of 64. This affects the number of resident wavefronts and
blocks per compute Unit.
.. [1] The RDNA architectures feature an experimental compiler option called
``mwavefrontsize64``, which determines the wavefront size for kernel code
generation. When this option is disabled, the native wavefront size of 32 is
used, when enabled wavefront size 64 is used. This option is not supported by
the HIP runtime.
.. [2] RDNA architectures expand the concept of the traditional compute unit
with the so-called work group processor, which effectively includes two
compute units, within which all threads can cooperate.