SWDEV-545953 - Add Nvidia mapping for hipStreamGetId (#456)
Co-authored-by: Satyanvesh Dittakavi <Satyanvesh.Dittakavi@amd.com>
이 커밋은 다음에 포함됨:
@@ -3287,6 +3287,10 @@ inline static hipError_t hipStreamGetFlags(hipStream_t stream, unsigned int* fla
|
||||
return hipCUDAErrorTohipError(cudaStreamGetFlags(stream, flags));
|
||||
}
|
||||
|
||||
inline static hipError_t hipStreamGetId(hipStream_t stream, unsigned long long *streamId) {
|
||||
return hipCUDAErrorTohipError(cudaStreamGetId(stream, streamId));
|
||||
}
|
||||
|
||||
inline static hipError_t hipStreamGetPriority(hipStream_t stream, int* priority) {
|
||||
return hipCUDAErrorTohipError(cudaStreamGetPriority(stream, priority));
|
||||
}
|
||||
|
||||
새 이슈에서 참조
사용자 차단