SWDEV-337797 - correct doxygen for the API hipIpcOpenEventHandle

Change-Id: I45158be773d9a3baf5128590e3df7218d4fbbd7f


[ROCm/hip commit: fe808eb26f]
Este commit está contenido en:
Julia Jiang
2024-06-26 15:30:19 -04:00
cometido por Julia Jiang
padre 4434d22685
commit 3c63ca66e4
+1 -1
Ver fichero
@@ -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