From 885e3f0cfce8ab9ddab09864f0c3fdbeaff35c42 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Mon, 6 Nov 2023 17:04:26 -0500 Subject: [PATCH] SWDEV-415343 - Update hip_limit document Change-Id: Icb5d8680d25534e39fd38cbd194663e3c47d8de8 --- include/hip/hip_runtime_api.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index ab5067a248..f3edea95b3 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -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