SWDEV-452786 - Fixing missing/dead links

Change-Id: I8a1a0cedaf01fb516419e7d4bacbb1c1421a648a


[ROCm/hip commit: 233b6f7f16]
This commit is contained in:
Julia Jiang
2024-04-22 13:58:49 -04:00
parent 171f0a0060
commit e684d8b104
3 changed files with 6 additions and 3 deletions
@@ -98,7 +98,7 @@ When using ``hipLaunchKernelGGL``, your first five parameters must be:
* **size_t dynamicShared**: The amount of additional shared memory that you want to allocate
when launching the kernel (see :ref:`shared-variable-type`).
* **hipStream_t**: The stream where you want to run the kernel. A value of ``0`` corresponds to the
NULL stream (see :ref:`synchronization-functions`).
NULL stream (see :ref:`synchronization functions`).
You can include your kernel arguments after these parameters.