SWDEV-477219 - Add missing curly brace.

Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
Этот коммит содержится в:
Jaydeep Patel
2024-12-10 15:28:33 +00:00
коммит произвёл Maneesh Gupta
родитель 4fd3f70f51
Коммит 86fbfba69e
+1 -1
Просмотреть файл
@@ -3070,7 +3070,7 @@ inline static hipError_t hipEventRecord(hipEvent_t event, hipStream_t stream __d
}
inline static hipError_t hipEventRecordWithFlags(hipEvent_t event, hipStream_t stream __dparm(0),
unsigned int flags __dparm(0))
unsigned int flags __dparm(0)) {
return hipCUDAErrorTohipError(cudaEventRecordWithFlags(event, stream, flags));
}