level-zero
level-zero copied to clipboard
oneAPI Level Zero Specification Headers and Loader
- Fix incorrect reordering from 1.9.x of the EXP function pointers in ddi tables.
I am trying to get GPU temperature information for my tool. It seems Temperature Sensor APIs need to be queried only in privilege mode. Users of my tool may not...
Currently, it doesn't configure properly on cmake-3.5.0 with 2 errors: ```` -- Detecting CXX compile features - done -- Found Git: /usr/bin/git (found version "2.43.0") CMake Error at CMakeLists.txt:51 (include):...
Expanded ABI checker workflow to verify both the previous commit and the previous release tag.
Currently I am working with the Sysman API to measure power consumption and I am encountering an issue where zesDeviceEnumPowerDomains returns 0 consistently when running it on an integrated GPU...
Provides a means to re-initialize all of the drivers' library handles and DDI tables. The value of flags must match what was provided to zeInit(flags).
I'm trying to run the zello_world example on Windows 10 and it fails: ``` zello_world.exe ZE_LOADER_DEBUG_TRACE:Using Loader Library Path: ZE_LOADER_DEBUG_TRACE:Loading Driver C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_eb1c0bb4c867d89a\ze_intel_gpu64.dll ZE_LOADER_DEBUG_TRACE:Tracing Layer Library Path: ze_tracing_layer.dll Driver not initialized:...
Hello, I'm giving [release 1.22.4](https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u24.04_amd64.deb) a try and it seems to depend on `intel-level-zero-gpu` and `intel-opencl-icd` at version 2.8.3. ``` 5.118 Setting up intel-igc-core-2 (2.11.7) ... 5.124 Setting up intel-igc-opencl-2...