|
|
|
@@ -3065,8 +3065,8 @@ hipError_t hipModuleLoadDataEx(hipModule_t* module, const void* image, unsigned
|
|
|
|
|
* @param [in] blockDimX X block dimensions specified in work-items
|
|
|
|
|
* @param [in] blockDimY Y grid dimension specified in work-items
|
|
|
|
|
* @param [in] blockDimZ Z grid dimension specified in work-items
|
|
|
|
|
* @param [in] sharedMemBytes Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* @param [in] sharedMemBytes Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [in] stream Stream where the kernel should be dispatched. May be 0, in which case th
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
* @param [in] kernelParams
|
|
|
|
@@ -3092,8 +3092,8 @@ hipError_t hipModuleLaunchKernel(hipFunction_t f, unsigned int gridDimX, unsigne
|
|
|
|
|
* @param [in] gridDim Grid dimensions specified as multiple of blockDim.
|
|
|
|
|
* @param [in] blockDim Block dimensions specified in work-items
|
|
|
|
|
* @param [in] kernelParams A list of kernel arguments
|
|
|
|
|
* @param [in] sharedMemBytes Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* @param [in] sharedMemBytes Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [in] stream Stream where the kernel should be dispatched. May be 0, in which case th
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
*
|
|
|
|
@@ -3294,8 +3294,8 @@ hipError_t hipProfilerStop();
|
|
|
|
|
*
|
|
|
|
|
* @param [in] gridDim grid dimension specified as multiple of blockDim.
|
|
|
|
|
* @param [in] blockDim block dimensions specified in work-items
|
|
|
|
|
* @param [in] sharedMem Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* @param [in] sharedMem Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [in] stream Stream where the kernel should be dispatched. May be 0, in which case the
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
*
|
|
|
|
@@ -3334,8 +3334,8 @@ hipError_t hipLaunchByPtr(const void* func);
|
|
|
|
|
*
|
|
|
|
|
* @param [in] gridDim grid dimension specified as multiple of blockDim.
|
|
|
|
|
* @param [in] blockDim block dimensions specified in work-items
|
|
|
|
|
* @param [in] sharedMem Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* @param [in] sharedMem Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [in] stream Stream where the kernel should be dispatched. May be 0, in which case the
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
*
|
|
|
|
@@ -3354,7 +3354,7 @@ hipError_t __hipPushCallConfiguration(dim3 gridDim,
|
|
|
|
|
* @param [out] gridDim grid dimension specified as multiple of blockDim.
|
|
|
|
|
* @param [out] blockDim block dimensions specified in work-items
|
|
|
|
|
* @param [out] sharedMem Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [out] stream Stream where the kernel should be dispatched. May be 0, in which case the
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
*
|
|
|
|
@@ -3373,8 +3373,8 @@ hipError_t __hipPopCallConfiguration(dim3 *gridDim,
|
|
|
|
|
* @param [in] numBlocks - number of blocks
|
|
|
|
|
* @param [in] dimBlocks - dimension of a block
|
|
|
|
|
* @param [in] args - kernel arguments
|
|
|
|
|
* @param [in] sharedMemBytes - Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* Kernel can access this with HIP_DYNAMIC_SHARED.
|
|
|
|
|
* @param [in] sharedMemBytes - Amount of dynamic shared memory to allocate for this kernel. The
|
|
|
|
|
* HIP-Clang compiler provides support for extern shared declarations.
|
|
|
|
|
* @param [in] stream - Stream where the kernel should be dispatched. May be 0, in which case th
|
|
|
|
|
* default stream is used with associated synchronization rules.
|
|
|
|
|
*
|
|
|
|
|