SWDEV-477219 - Add missing curly brace.
Change-Id: I58268d4c2f3cdc0d647deea51b250117e77d82ae
This commit is contained in:
committato da
Maneesh Gupta
parent
4fd3f70f51
commit
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));
|
||||
}
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user