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

Change-Id: I0485891c265617c213964f4130e90fbca9d801d4
Этот коммит содержится в:
Satyanvesh Dittakavi
2023-08-02 13:36:35 +00:00
родитель 0d3dbe1a1d
Коммит cd8a0b2496
+1 -1
Просмотреть файл
@@ -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),