Change hipErrorUnknown to hipErrorInvalidValue
[ROCm/hip commit: 483aab031f]
Cette révision appartient à :
@@ -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);
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur