Fixed build error in hipDeviceGetByPCIBusId

Change-Id: I33be362910c4c5dca7435fb9c41f427b54f0e9a7
This commit is contained in:
Rahul Garg
2017-07-01 07:56:30 +05:30
والد 626b5191e8
کامیت 34fcaa23bb
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
+1 -1
مشاهده پرونده
@@ -395,7 +395,7 @@ hipError_t hipDeviceTotalMem (size_t *bytes,hipDevice_t device)
return ihipLogStatus(e);
}
hipError_t hipDeviceGetByPCIBusId (int* device, const int* pciBusId )
hipError_t hipDeviceGetByPCIBusId (int* device, const char* pciBusId )
{
HIP_INIT_API(device,pciBusId);
hipDeviceProp_t tempProp;