SWDEV-415343 - Update hip_limit document

Change-Id: Icb5d8680d25534e39fd38cbd194663e3c47d8de8


[ROCm/hip commit: 885e3f0cfc]
This commit is contained in:
Julia Jiang
2023-11-06 17:04:26 -05:00
parent e23796552e
commit 86a0fc9fbe
+3 -2
View File
@@ -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