Change hipErrorUnknown to hipErrorInvalidValue

[ROCm/hip commit: 483aab031f]
Tento commit je obsažen v:
Rahul Garg
2019-07-31 00:28:30 +05:30
rodič 9fbb45ba91
revize 0009dc1067
+1 -1
Zobrazit soubor
@@ -198,7 +198,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t* attributes, const void
attributes->isManaged = 0;
attributes->allocationFlags = 0;
e = hipErrorUnknown; // TODO - should be hipErrorInvalidValue ?
e = hipErrorInvalidValue;
}
}
return ihipLogStatus(e);