SWDEV-337797 - correct doxygen for the API hipIpcOpenEventHandle
Change-Id: I45158be773d9a3baf5128590e3df7218d4fbbd7f
[ROCm/hip commit: fe808eb26f]
Este commit está contenido en:
@@ -2215,7 +2215,7 @@ hipError_t hipIpcGetEventHandle(hipIpcEventHandle_t* handle, hipEvent_t event);
|
||||
/**
|
||||
* @brief Opens an interprocess event handles.
|
||||
*
|
||||
* Opens an interprocess event handle exported from another process with cudaIpcGetEventHandle. The returned
|
||||
* Opens an interprocess event handle exported from another process with hipIpcGetEventHandle. The returned
|
||||
* hipEvent_t behaves like a locally created event with the hipEventDisableTiming flag specified. This event
|
||||
* need be freed with hipEventDestroy. Operations on the imported event after the exported event has been freed
|
||||
* with hipEventDestroy will result in undefined behavior. If the function is called within the same process where
|
||||
|
||||
Referencia en una nueva incidencia
Block a user