SWDEV-415343 - Made an update on device limite API

Change-Id: If6203be6a252f9ee26008be7895abb0b03bb7563


[ROCm/hip commit: 6657a089bb]
Этот коммит содержится в:
Julia Jiang
2023-11-14 17:04:11 -05:00
коммит произвёл Julia Jiang
родитель 17ec198b0f
Коммит e1513dfde7
+1 -1
Просмотреть файл
@@ -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.
*