oneapi-src / oneapi-src/level-zero
LevelZero Driver-API Versions
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 335
- Forks
- 140
- Avg merge
- 12h 32m
- Merged PRs (30d)
- 5
Description
When running this code (as provided in the zello_world.cpp example:
ze_api_version_t version = {};
zeDriverGetApiVersion(pDriver, &version);
std::cout << "API version: " << to_string(version) << "\n";
it prints the following API version:
API version: 1.1
I am using the latest commit from Level-Zero d84a5a2 and the compute-runtime 21.38.21026. I wonder if the version of the API used should match the one described in the documentation, which should be 1.3.0.
Does the API version number match the API Level-Zero version? In that case, shouldn't it be 1.3.0 instead?
If this is the case, there is no link to version 1.1 here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with samples/zello_world/zello_world.cpp and the zeDriverGetApiVersion call, then compare its reported 1.1 value with the linked Level Zero version documentation and previous-releases list. Determine whether the returned version is expected for the cited Level-Zero and compute-runtime commits, and document the correct relationship or discrepancy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100