level-zero icon indicating copy to clipboard operation
level-zero copied to clipboard

Fix the "Initialization" in the Sysman Programming Guide

Open bgoglin opened this issue 1 year ago • 1 comments

From https://spec.oneapi.io/level-zero/latest/sysman/PROG.html "For compatibility, an application may also use the Level0 Core API to enumerate through available accelerator devices in the system. For each device handle, an application can cast it to a sysman device handle to manage the system resources of the device." This cast is invalid when using ZesInit() as discussed in https://github.com/intel/compute-runtime/issues/686, it's only valid when using zeInit() + the env var to enable Sysman. I asked for the fix there last year but the issue was closed without the spec fix.

bgoglin avatar May 29 '24 07:05 bgoglin

@aravindksg can we check in architecture forum and discuss this ?

saik-intel avatar Oct 23 '24 08:10 saik-intel