Fix output of hipPointerGetAttributes
The output of hipPointerGetAttributes is fixed to match CUDA counterpart.
This commit is contained in:
@@ -1826,10 +1826,10 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t *attributes, void* ptr)
|
||||
attributes->isManaged = 0;
|
||||
attributes->allocationFlags = 0;
|
||||
|
||||
e = hipErrorInvalidValue;
|
||||
e = hipErrorUnknown;
|
||||
}
|
||||
#else
|
||||
e = hipErrorInvalidValue;
|
||||
e = hipErrorInvalidDevice;
|
||||
#endif
|
||||
|
||||
return ihipLogStatus(e);
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user