Removed nested HIP calls from hip_device functions

Change-Id: I18785b0ee27e32fb8950982fa5c3a64d1ae6a9b8
Este commit está contenido en:
Rahul Garg
2016-11-23 18:37:06 +05:30
padre d9a3527769
commit 8a2685e6cd
Se han modificado 2 ficheros con 39 adiciones y 27 borrados
+1 -1
Ver fichero
@@ -413,7 +413,7 @@ hipError_t hipSetDeviceFlags ( unsigned flags);
*
* @returns #hipSuccess, #hipErrorInvalidValue
*/
hipError_t hipChooseDevice(int *device, hipDeviceProp_t* prop);
hipError_t hipChooseDevice(int *device, const hipDeviceProp_t* prop);
// end doxygen Device
/**