SWDEV-337797 - correct doxygen for the API hipIpcOpenEventHandle

Change-Id: I45158be773d9a3baf5128590e3df7218d4fbbd7f
Этот коммит содержится в:
Julia Jiang
2024-06-26 15:30:19 -04:00
коммит произвёл Julia Jiang
родитель 61a84e3d1d
Коммит fe808eb26f
+1 -1
Просмотреть файл
@@ -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