[ROCm/clr commit: 6d9184b7a9]
Этот коммит содержится в:
Aditya Avinash Atluri
2016-03-03 13:59:43 -06:00
родитель 33497678f2
Коммит e200fa6229
+1 -1
Просмотреть файл
@@ -1829,7 +1829,7 @@ hipError_t hipPointerGetAttributes(hipPointerAttribute_t *attributes, void* ptr)
e = hipErrorUnknown;
}
#else
e = hipErrorInvalidDevice;
e = hipErrorInvalidValue;
#endif
return ihipLogStatus(e);