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, perform driver check before init #163

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.