SWDEV-477219 - Add missing curly brace.
Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
[ROCm/hipother commit: 86fbfba69e]
This commit is contained in:
committed by
Maneesh Gupta
parent
731d8ae5ff
commit
b7a1df8fb0
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user