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] gridDim grid dimension specified as multiple of blockDim. [in] blockDim block dimensions specified in work-items [in] sharedMem Amount of dynamic shared memory to allocate for this kernel. The HIP-Clang compiler provides support for extern shared declarations. [in] stream Stream 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