oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
211 stars 90 forks source link

Fix layer init with multiple drivers and ensure init for instrumentation support #164

Closed nrspruit closed 2 months ago

nrspruit commented 2 months ago

-Fix potential race condition when initializing the layers with multiple drivers by verifying the usable drivers and layers before init of the final ddi tables.

-Document the reasons for requiring ddi table init before driver init checks can be done.