diff --git a/include/rocm_smi/rocm_smi.h b/include/rocm_smi/rocm_smi.h index a9a70995da..e933d55c98 100755 --- a/include/rocm_smi/rocm_smi.h +++ b/include/rocm_smi/rocm_smi.h @@ -3183,6 +3183,13 @@ rsmi_func_iter_value_get(rsmi_func_id_iter_handle_t handle, /** @} */ // end of APISupport +/*****************************************************************************/ +/** @defgroup EvntNotif Event Notification Functions + * These functions are used to configure for and get asynchronous event + * notifications. + * @{ + */ + /** * @brief Prepare to collect event notifications for a GPU * @@ -3286,6 +3293,8 @@ rsmi_event_notification_get(int timeout_ms, */ rsmi_status_t rsmi_event_notification_stop(uint32_t dv_ind); +/** @} */ // end of EvntNotif + #ifdef __cplusplus } #endif // __cplusplus diff --git a/rocm_smi/docs/ROCm_SMI_Manual.pdf b/rocm_smi/docs/ROCm_SMI_Manual.pdf index a1a7c2cf0a..c8378b8e1b 100644 Binary files a/rocm_smi/docs/ROCm_SMI_Manual.pdf and b/rocm_smi/docs/ROCm_SMI_Manual.pdf differ