Kulkarni, Ashwin Kumar

Results 5 comments of Kulkarni, Ashwin Kumar

On B580, to access sysman function. Now: zesInit() + zesDriverGet() + zesDeviceGet() to be called. sysman devce handles output from zesdeviceGet should be used for all other subsequent sysman APIs....

Below pseudocode may help to decide zesInit/legacy, please check if it is useful ``` //core initialization zeInit(..) zeDriverGet(...) zeDeviceGet(...) //check GPU platform ze_device_properties_t properties = {}; ze_device_ip_version_ext_t ip_version_ext{}; properties.stype =...

please find below some steps about mapping core device handle to sysman device handle and vice versa when using zesInit(). Mapping core handle to sysman handle: ------------------------------------- 1. Get UUID...

Hi @bgoglin , you can find the zesDriverGetDeviceByUuidExp() API supported from libze_intel_gpu.so.1.x.**xxxxx** where xxxxx is greater than 30220.

> @saik-intel The doc isn't very clear. The way to find the sysman device handle corresponding to a core device handle is to get the uuid from the core device,...