SWDEV-364576 - use hipLimitMallocHeapSize to set initial heap buffer size

Change-Id: I2f1d3b229bc28571ce6c55f93f8ef73dda516b50


[ROCm/clr commit: 33eef6d95e]
Tá an tiomantas seo le fáil i:
Anusha GodavarthySurya
2023-01-05 20:20:08 +00:00
tiomanta ag Anusha Godavarthy Surya
tuismitheoir 1de57c06b3
tiomantas 57d351bed6
+5
Féach ar an gComhad
@@ -489,6 +489,11 @@ hipError_t hipDeviceSetLimit ( hipLimit_t limit, size_t value ) {
HIP_RETURN(hipErrorInvalidValue);
}
break;
case hipLimitMallocHeapSize:
if (!hip::getCurrentDevice()->devices()[0]->UpdateInitialHeapSize(value)) {
HIP_RETURN(hipErrorInvalidValue);
}
break;
default:
LogPrintfError("UnsupportedLimit = %d is passed", limit);
HIP_RETURN(hipErrorUnsupportedLimit);