Update hip_hcc.cpp

[ROCm/hip commit: 40eefc1cde]
This commit is contained in:
Aditya Avinash Atluri
2016-03-03 13:59:43 -06:00
parent 057bcc73f1
commit 12e7f550b7
+1 -1
View File
@@ -1829,7 +1829,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t *attributes, void* ptr)
e = hipErrorUnknown;
}
#else
e = hipErrorInvalidDevice;
e = hipErrorInvalidValue;
#endif
return ihipLogStatus(e);