fix: Init DDI Tables during constructor by nrspruit · Pull Request #398 · oneapi-src/level-zero

@nrspruit

- To address race conditions during multi-threaded calls between threads
  using both zeInit and zeInitDrivers, set the ddi tables to 0 during the
constructor vs during init to esnure the tables are empty before init,
but don't get reset twice.

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

@nrspruit marked this pull request as ready for review

December 4, 2025 21:10

rwmcguir