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

ZE_RESULT_ERROR_UNINITIALIZED when test with zeInit(0) on MTL #779

Open
1 task done
LoSealL opened this issue Dec 4, 2024 · 1 comment
Open
1 task done

ZE_RESULT_ERROR_UNINITIALIZED when test with zeInit(0) on MTL #779

LoSealL opened this issue Dec 4, 2024 · 1 comment

Comments

@LoSealL
Copy link

LoSealL commented Dec 4, 2024

Test OS: Ubuntu 20.04
Kernel: 5.15.0-126-generic
CPU: Core Ultra 5 135H

  • build from source

Run test zello_world_gpu, it fails at zeInit(0) with error ZE_RESULT_ERROR_UNINITIALIZED. It can be enabled when OS is Ubuntu 22.04, but fails when we downgraded to 20.04.

@LoSealL LoSealL changed the title ZE_RESULT_ERROR_UNINITIALIZED when test with zeInit(0) on MTL ZE_RESULT_ERROR_UNINITIALIZED when test with zeInit(0) on MTL Dec 4, 2024
@eero-t
Copy link

eero-t commented Dec 18, 2024

It can be enabled when OS is Ubuntu 22.04, but fails when we downgraded to 20.04.

That's expected. Ubuntu 20.4 kernel and compute driver versions:

are from early 2020, and MTL was launched at the very end of 2023:

You need both kernel and user-space driver versions that support MTL i.e. something that are released this year.

If you have Ubuntu subscription, you could request them to include new compute driver to their HWE enabling driver versions for older LTS versions.

Or if you are comfortable in building your own kernel, you could build & install new enough ones for MTL support.

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