SWDEV-452786 - Fixing missing/dead links
Change-Id: I8a1a0cedaf01fb516419e7d4bacbb1c1421a648a
[ROCm/hip commit: 233b6f7f16]
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user