Skip to content

Commit

Permalink
SWDEV-415343 - Update hip_limit document
Browse files Browse the repository at this point in the history
Change-Id: Icb5d8680d25534e39fd38cbd194663e3c47d8de8
  • Loading branch information
jujiang-del committed Nov 6, 2023
1 parent d587853 commit 885e3f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/hip/hip_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,10 @@ typedef struct hipFuncAttributes {
typedef struct ihipEvent_t* hipEvent_t;

/**
* HIP limit
* hipLimit
*
* @note Any other limit value will be default, as "UnsupportedLimit".
* @note In HIP device limit-related APIs, any input limit value other than those defined in the
* enum is treated as "UnsupportedLimit" by default.
*/
enum hipLimit_t {
hipLimitStackSize = 0x0, ///< limit of thread stack size in bytes on the current device
Expand Down

0 comments on commit 885e3f0

Please sign in to comment.