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

Error when loading level_zero lib for zesInit() on windows client #137

Open
sgwhat opened this issue Mar 20, 2024 · 2 comments
Open

Error when loading level_zero lib for zesInit() on windows client #137

sgwhat opened this issue Mar 20, 2024 · 2 comments

Comments

@sgwhat
Copy link

sgwhat commented Mar 20, 2024

Hi all,

I am trying to loading "ze_intel_gpu64.dll" on my windows client, but it doesn't work.

I tried to loaded libze_intel_gpu.so on ubuntu before, and it works well.

Could you please give me some advice to debug?

Thanks!

This is my error log:

image

@sgwhat
Copy link
Author

sgwhat commented Mar 20, 2024

Here is my implementation, error happens when executed ret = (*resp->oh.zesInit)(0); and ze_intel_gpu64.dll could be loaded.

https://github.com/felipeagc/ollama/blob/main/gpu/gpu_info_oneapi.c
https://github.com/felipeagc/ollama/blob/main/gpu/gpu_info_oneapi.h

@sgwhat
Copy link
Author

sgwhat commented Mar 20, 2024

I also tried "C:\Windows\System32\ze_loader.dll", but still got error, this also related to ret = (*resp->oh.zesInit)(0); :

image

@sgwhat sgwhat changed the title Error when loading level_zero lib on windows client Error when loading level_zero lib for zesInit() on windows client Mar 20, 2024
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

1 participant