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

[Windows] The procedure entry point zeImageViewreateExt could not be located in the dynamic link library ur_adapter_level_zero.dll #160

Open Sarbojit2019 opened 2 months ago

Sarbojit2019 commented 2 months ago

While running sycl-ls on windows11 I am getting below error message with oneAPI 2024.1 and 2024.2. I have tried with BaseTool kit and HPCTool kit of 2024.1 and 2024.2 but encountered the same error.

Error: The procedure entry point zeImageViewreateExt could not be located in the dynamic link library C:\Programe Files (x86)\Intel\oneAPI\compiler\latest\bin\ur_adapter_level_zero.dll.

image

grapevine-AI commented 1 month ago

I encountered the exact same error when running sycl-ls on Windows 11.

Interestingly, I did not face this problem with oneAPI 2024.0; the command worked without any issues after a standard installation. It seems likely that this is a bug introduced in the newer versions.