SWDEV-415343 - Made an update on device limite API

Change-Id: If6203be6a252f9ee26008be7895abb0b03bb7563


[ROCm/hip commit: 6657a089bb]
This commit is contained in:
Julia Jiang
2023-11-14 17:04:11 -05:00
committed by Julia Jiang
orang tua 17ec198b0f
melakukan e1513dfde7
@@ -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.
*