From e1513dfde79006435012c58b4278dcf25db5c2bb Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Tue, 14 Nov 2023 17:04:11 -0500 Subject: [PATCH] SWDEV-415343 - Made an update on device limite API Change-Id: If6203be6a252f9ee26008be7895abb0b03bb7563 [ROCm/hip commit: 6657a089bb12095fde9d12d44fb88e28b4f500e6] --- projects/hip/include/hip/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 658481634a..69613c18e1 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -1847,7 +1847,7 @@ hipError_t hipDeviceGetLimit(size_t* pValue, enum hipLimit_t limit); * (128K - 16). * * #hipLimitMallocHeapSize sets the limit value of the heap used by the malloc()/free() - * calls. The limit size can get via hipDeviceGetLimit. + * calls. For limit size, use the #hipDeviceGetLimit API. * * Any other input as default, the funtion will return hipErrorUnsupportedLimit. *