added new error reporting case
Change-Id: I5f0a37dbe396412f5602d04df19d538e451c2696
[ROCm/hip commit: 8110f562ab]
Этот коммит содержится в:
@@ -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";
|
||||
|
||||
Ссылка в новой задаче
Block a user