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

Co-authored-by: Julia Jiang <56359287+jujiang-del@users.noreply.github.com>
Этот коммит содержится в:
Istvan Kiss
2025-09-24 18:57:00 +02:00
коммит произвёл GitHub
родитель 0575606e49
Коммит 83fb0c8c47
39 изменённых файлов: 2973 добавлений и 807 удалений
+1 -1
Просмотреть файл
@@ -21,7 +21,7 @@ and AMD GPUs use different approaches. NVIDIA GPUs have the independent thread
scheduling feature where each thread has its own call stack and effective
program counter. On AMD GPUs threads are grouped; each warp has its own call
stack and program counter. Warps are described and explained in the
:ref:`inherent_thread_hierarchy`
:ref:`inherent_thread_model`
If a thread or warp exceeds its stack size, a stack overflow occurs, causing
kernel failure. This can be detected using debuggers.