Update hip_hcc.cpp

[ROCm/clr commit: 6d9184b7a9]
This commit is contained in:
Aditya Avinash Atluri
2016-03-03 13:59:43 -06:00
parent 33497678f2
commit e200fa6229
+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);