Registry / other / level-zero

level-zero

JSON →
library1.28.2vcpkgunverified

oneAPI Level Zero Specification Headers and Loader.

vcpkg install level-zero
INSTALL
IMPORT
SIG · LEVEL-ZERO
L
level-zero
othercppv1.28.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

level_zero/ze_api.h
#include <level_zero/ze_api.h>

Initialize the Level Zero API

#include <level_zero/ze_api.h> #include <iostream> int main() { ze_result_t result = zeInit(0); if (result == ZE_RESULT_SUCCESS) { std::cout << "Level Zero initialized\n"; } return 0; }
Debug
Known issues
gotchaLevel Zero requires a compatible GPU driver and runtime to be installed.
fix
Ensure the appropriate driver (e.g., Intel GPU driver) is installed and the loader is in the library path.
affects: *
Upgrade
Version history
1.28.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

level-zero — pip install level-zero · libregistry