SWDEV-477219 - Add missing curly brace.

Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae


[ROCm/hipother commit: 86fbfba69e]
Этот коммит содержится в:
Jaydeep Patel
2024-12-10 15:28:33 +00:00
коммит произвёл Maneesh Gupta
родитель 731d8ae5ff
Коммит b7a1df8fb0
+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));
}