Launch API to support the triple-chevron syntax

Launch API to support the triple-chevron syntax#

HIPFORT API Reference: Launch API to support the triple-chevron syntax
Launch API to support the triple-chevron syntax

Configure a kernel launch.

Configure a kernel launch.

----------------------------------------------------------------------------------------------—

This section describes the API to support the triple-chevron syntax.

Parameters
[in]gridDimgrid dimension specified as multiple of blockDim.
[in]blockDimblock dimensions specified in work-items
[in]sharedMemAmount of dynamic shared memory to allocate for this kernel. The HIP-Clang compiler provides support for extern shared declarations.
[in]streamStream where the kernel should be dispatched. May be 0, in which case the default stream is used with associated synchronization rules.

Please note, HIP does not support kernel launch with total work items defined in dimension with size gridDim x blockDim >= 2^32.

Returns
hipSuccess, hipErrorNotInitialized, hipErrorInvalidValue