Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ze_loader.dll #142

Open
jtayeb opened this issue Apr 5, 2024 · 2 comments
Open

Missing ze_loader.dll #142

jtayeb opened this issue Apr 5, 2024 · 2 comments

Comments

@jtayeb
Copy link

jtayeb commented Apr 5, 2024

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
Copy link
Contributor

bmyates commented Apr 5, 2024

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
Copy link
Author

jtayeb commented Apr 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants