Fix zer Global table init to be optional and zero init DDI tables by nrspruit · Pull Request #382 · oneapi-src/level-zero

@nrspruit nrspruit changed the title Fix zer Global table init to be optional Fix zer Global table init to be optional and zero init DDI tables

Oct 20, 2025

vishnu-khanth

@nrspruit

- Fix the zer Global Init to be treated like an experimental init that
  cannot affect the ability to use a driver.
- Zero initialize the zer DDI tables to avoid uninitialized memory reads
  when a driver does not implement all DDI functions.

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>

vishnu-khanth