compute-runtime/level_zero/doc
Jitendra Sharma 5baf75b9a8 Sysman: Redesign event API to effectively use uevents
Earlier implementation of sysman events API was based on file
creation in the filesystem. Whenever a uevent for some event
which needs to be monitored arrive, at that time a file was
created in the filesystem based on some preinstalled udev rules.
This approach was inefficient as it heavily depends over file
system and second with this approach losing events is always a
possibility.

Now with this change, we are removing our dependency over file
creation in filesystem. Rather we will be using libudev library
to monitor the uevents. This approach could also be extended,
when we want to listen to all the uevents for all the gpu
devices present in the system.

Related-To: LOCI-2140
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
2022-12-07 07:29:57 +01:00
..
experimental_extensions Fix markdown format syntax for extension doc 2022-11-30 00:52:31 +01:00
BUILD.md Sysman: Redesign event API to effectively use uevents 2022-12-07 07:29:57 +01:00
FAQ.md Enable l0_cache in L0 2022-10-07 07:01:54 +02:00
RELEASENOTES_CORE.md Release support for L0 v1.3 2022-01-24 15:12:33 +01:00