- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get this error message when I launch from the Visual Studio environment
"The procedure entry point zeDriverGETExtensionFunctionAddress could not be located in the dynamic link library
C:\Program Files (x86)\Intel\oneAPI\compiler\2024.1\bin\omptarget.rt.level0.dll."
When I click on this, it continues to run to completion, so at least it is not a "fatal error".
This is on Windows 10 with the latest Intel oneAPI (2024.1) and Visual Studio (2022).
Identical oneAPI and Visual Studio with the same code and same Visual Studio/oneAPI settings (running from the Visual Studio IDE) on Windows 11 does not give the error, so perhaps there is some issue with Windows 10???
Same error from the command line, so cannot blame it on Visual Studio it seems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I actually don't need or want the GPU, so that was the mistake. I inherited the settings from somebody else who was trying to offload to GPU, so he had turned on the option: Enable OpenMP offloading".
Once I turned this off, it worked fine. On Windows 11, it worked even with that setting turned on...
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The possible "clue" I mentioned above does not seem likely, since the Windows 11 that runs without the (non-fatal) error message shows the same warning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For OpenMP program targeted for Intel GPU "Level 0 and OpenCL graphics drivers" are required. Please follow the directions in the article appropriate for your device included in https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-fortran-compiler-system-requirements.html to install the driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I actually don't need or want the GPU, so that was the mistake. I inherited the settings from somebody else who was trying to offload to GPU, so he had turned on the option: Enable OpenMP offloading".
Once I turned this off, it worked fine. On Windows 11, it worked even with that setting turned on...

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page