added new error reporting case

Change-Id: I5f0a37dbe396412f5602d04df19d538e451c2696
This commit is contained in:
Aditya Atluri
2016-09-15 10:50:26 -05:00
parent af8d308745
commit 8110f562ab
+1
View File
@@ -1559,6 +1559,7 @@ const char *ihipErrorString(hipError_t hip_error)
{
switch (hip_error) {
case hipSuccess : return "hipSuccess";
case hipErrorOutofMemory : return "hipOutofMemory";
case hipErrorMemoryAllocation : return "hipErrorMemoryAllocation";
case hipErrorLaunchOutOfResources : return "hipErrorLaunchOutOfResources";
case hipErrorInvalidValue : return "hipErrorInvalidValue";