Update error codes for hipGetDevice for doxygen and move up null check (#1668)

* [docs] Update error codes for hipGetDevice

* Move up out ptr check
Этот коммит содержится в:
Rahul Garg
2019-11-20 08:05:27 -08:00
коммит произвёл Maneesh Gupta
родитель 8519a1411c
Коммит b3161e9fa0
2 изменённых файлов: 7 добавлений и 9 удалений
+1 -1
Просмотреть файл
@@ -391,7 +391,7 @@ hipError_t hipSetDevice(int deviceId);
* This device is used implicitly for HIP runtime APIs called by this thread.
* hipGetDevice returns in * @p device the default device for the calling host thread.
*
* @returns #hipSuccess
* @returns #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
*
* @see hipSetDevice, hipGetDevicesizeBytes
*/