Github-3225 - Fix hip on cuda build issue with -default-stream=per-thread

Change-Id: I0485891c265617c213964f4130e90fbca9d801d4


[ROCm/hipother commit: cd8a0b2496]
Esse commit está contido em:
Satyanvesh Dittakavi
2023-08-02 13:36:35 +00:00
commit 7028dc21d1
@@ -3525,7 +3525,7 @@ inline static hipError_t hipStreamGetCaptureInfo(hipStream_t stream,
return hipCUDAErrorTohipError(cudaStreamGetCaptureInfo(stream, pCaptureStatus, pId));
}
#if CUDA_VERSION >= CUDA_11030
#if CUDA_VERSION >= CUDA_11030 || defined(__CUDA_API_VERSION_INTERNAL)
inline static hipError_t hipStreamGetCaptureInfo_v2(
hipStream_t stream, hipStreamCaptureStatus* captureStatus_out,
unsigned long long* id_out __dparm(0), hipGraph_t* graph_out __dparm(0),