Fix typo in nvcc_detail/hip_runtime_api.h

[ROCm/clr commit: b62040f6fd]
Bu işleme şunda yer alıyor:
Maneesh Gupta
2016-03-07 09:40:15 +05:30
ebeveyn d7d689cf32
işleme e0e67b0e0c
+1 -1
Dosyayı Görüntüle
@@ -128,7 +128,7 @@ inline static hipError_t hipHostGetDevicePointer(void** devPtr, void* hostPtr, u
return hipCUDAErrorTohipError(cudaHostGetDevicePointer(devPtr, hostPtr, flags));
}
inline static hipError_ hipHostGetFlags(unsigned int* flagsPtr, void* hostPtr){
inline static hipError_t hipHostGetFlags(unsigned int* flagsPtr, void* hostPtr){
return hipCUDAErrorTohipError(cudaHostGetFlags(flagsPtr, hostPtr));
}