Update hip_hcc.cpp

[ROCm/hip commit: 40eefc1cde]
Tento commit je obsažen v:
Aditya Avinash Atluri
2016-03-03 13:59:43 -06:00
rodič 057bcc73f1
revize 12e7f550b7
+1 -1
Zobrazit soubor
@@ -1829,7 +1829,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t *attributes, void* ptr)
e = hipErrorUnknown;
}
#else
e = hipErrorInvalidDevice;
e = hipErrorInvalidValue;
#endif
return ihipLogStatus(e);