SWDEV-415343 - Update hip_limit document

Change-Id: Icb5d8680d25534e39fd38cbd194663e3c47d8de8
このコミットが含まれているのは:
Julia Jiang
2023-11-06 17:04:26 -05:00
コミット 885e3f0cfc
+3 -2
ファイルの表示
@@ -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