added doxygen comments for hipModuleLaunchKernel

Change-Id: I8a52d2e62f4b7eea8e05d779b9fda49f0ac45130
Этот коммит содержится в:
Aditya Atluri
2016-08-31 10:18:46 -05:00
родитель e0c5ad6ff6
Коммит 6bfbf17fb6
+3
Просмотреть файл
@@ -1213,7 +1213,10 @@ hipError_t hipModuleLoadData(hipModule_t *module, const void *image);
* @param [in] kernelParams
* @param [in] extraa
*
* The function takes the above arguments and run the kernel in hipFunction_t f. with launch parameters specified in gridDimX, gridDimY, gridDimZ, blockDimX, blockDimY and blockDimmZ. The amount of shared memory is specificed and can be used with HIP_DYNAMIC_SHARED. The arguemt extra is used to pass in the arguments for the kernel.
* @returns hipSuccess, hipInvalidDevice, hipErrorNotInitialized, hipErrorInvalidValue
*
* @warning kernellParams argument is not yet implemented in HIP. Please use extra instead. Please refer to hip_porting_driver_api.md for sample usage.
*/
hipError_t hipModuleLaunchKernel(hipFunction_t f,
unsigned int gridDimX,