SWDEV-477219 - Add missing curly brace.
Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
Этот коммит содержится в:
коммит произвёл
Maneesh Gupta
родитель
4fd3f70f51
Коммит
86fbfba69e
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user