Removed redundant GetPCIBusID int version function
Change-Id: I37f2ff87d09fcfb1e3b104c44c51f606fcb83c01
[ROCm/clr commit: 0578febb99]
This commit is contained in:
@@ -770,11 +770,6 @@ inline static hipError_t hipDeviceGetName(char *name,int len,hipDevice_t device)
|
|||||||
return hipCUResultTohipError(cuDeviceGetName(name,len,device));
|
return hipCUResultTohipError(cuDeviceGetName(name,len,device));
|
||||||
}
|
}
|
||||||
|
|
||||||
inline static hipError_t hipDeviceGetPCIBusId(char* pciBusId,int len,int device)
|
|
||||||
{
|
|
||||||
return hipCUDAErrorTohipError(cudaDeviceGetPCIBusId(pciBusId,len,device));
|
|
||||||
}
|
|
||||||
|
|
||||||
inline static hipError_t hipDeviceGetPCIBusId(char* pciBusId,int len,hipDevice_t device)
|
inline static hipError_t hipDeviceGetPCIBusId(char* pciBusId,int len,hipDevice_t device)
|
||||||
{
|
{
|
||||||
return hipCUResultTohipError(cuDeviceGetPCIBusId(pciBusId,len,device));
|
return hipCUResultTohipError(cuDeviceGetPCIBusId(pciBusId,len,device));
|
||||||
|
|||||||
Reference in New Issue
Block a user