From 194c7d36560f9f5ee3b8c991e43f7045d073d121 Mon Sep 17 00:00:00 2001 From: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com> Date: Wed, 3 Jun 2020 12:45:10 -0700 Subject: [PATCH] Update ROCm-System-Managment.rst --- ROCm_System_Managment/ROCm-System-Managment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROCm_System_Managment/ROCm-System-Managment.rst b/ROCm_System_Managment/ROCm-System-Managment.rst index 16a5e9ec..e017dafc 100644 --- a/ROCm_System_Managment/ROCm-System-Managment.rst +++ b/ROCm_System_Managment/ROCm-System-Managment.rst @@ -6,7 +6,7 @@ System Management Interface Event API ======================================= -An System Management Interface (SMI) event interface is added to the kernel and a ROCm SMI library for system administrators to get notified when specific events occur. On the kernel side, AMDKFD_IOC_SMI_EVENTS input/output control is enhanced to allow notifications propagation to user mode through the event channel. +A System Management Interface (SMI) event interface is added to the kernel and a ROCm SMI library for system administrators to get notified when specific events occur. On the kernel side, AMDKFD_IOC_SMI_EVENTS input/output control is enhanced to allow notifications propagation to user mode through the event channel. On the ROCm SMI lib side, APIs are added to set an event mask and receive event notifications with a timeout option. Further, ROCm SMI API details can be found in the PDF generated by Doxygen from source or by referring to the rocm_smi.h header file (see the rsmi_event_notification_* functions).