Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Oct 4, 2024
1 parent edd7676 commit 8c0c4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hip/hip_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -9260,6 +9260,7 @@ return hipOccupancyMaxPotentialBlockSize(gridSize, blockSize,(hipFunction_t)kern
* @brief Launches a device function
*
* @ingroup Execution
* @ingroup ModuleCooperativeG
*
* \tparam T The type of the kernel function.
*
Expand Down Expand Up @@ -9287,6 +9288,7 @@ inline hipError_t hipLaunchCooperativeKernel(T f, dim3 gridDim, dim3 blockDim,
* cooperate and synchronize on execution.
*
* @ingroup Execution
* @ingroup ModuleCooperativeG
*
* @param [in] launchParamsList List of kernel launch parameters, one per device.
* @param [in] numDevices Size of launchParamsList array.
Expand Down

0 comments on commit 8c0c4e7

Please sign in to comment.