2
0

Removed nested HIP calls from hip_device functions

Change-Id: I18785b0ee27e32fb8950982fa5c3a64d1ae6a9b8
Este cometimento está contido em:
Rahul Garg
2016-11-23 18:37:06 +05:30
ascendente f843928ddd
cometimento 6a4f44bce0
2 ficheiros modificados com 39 adições e 27 eliminações
+1 -1
Ver ficheiro
@@ -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
/**