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

Missing ze_loader.dll #142

Open jtayeb opened 5 months ago

jtayeb commented 5 months ago

Hi Team, I use level-zero API in my Windows C code to extract metrics from various HW (the next target is NPU on MTL). I can compile and link with ze_loader.lib, but execution fails - at least - because I am missing ze_loader.dll. I could not find this dll anywhere. Can you please point me to where I can access the level-zero runtime(s) for Windows 64? Thank you for your guidance, -Jamel

bmyates commented 5 months ago

Hello, You can either build it yourself from this repo, or take it from the intel graphics driver release https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html

jtayeb commented 5 months ago

Thank you. That worked fine, and my code runs with the dll. I found the instructions for building for Linux, but I need help locating the ones for Windows. Just in case I need to build from the source code in the future, can you please point me to such instructions? Again, thank you for your excellent and fast help! -Jamel