SWDEV-275317 - Fix hipMemcpy2DFromArray to return proper error types

Change-Id: Id722865d81460bfd2fa6ad7a198b6e3c2a08265a
This commit is contained in:
Satyanvesh Dittakavi
2021-03-08 07:48:24 -08:00
orang tua 55377dfee2
melakukan daafd303ec
4 mengubah file dengan 16 tambahan dan 0 penghapusan
+2
Melihat File
@@ -78,6 +78,8 @@ const char *hipGetErrorName(hipError_t hip_error)
return "hipErrorNoDevice";
case hipErrorInvalidDevice:
return "hipErrorInvalidDevice";
case hipErrorInvalidPitchValue:
return "hipErrorInvalidPitchValue";
case hipErrorInvalidImage:
return "hipErrorInvalidImage";
case hipErrorInvalidContext: