Closed eero-t closed 2 years ago
This was just fixed here: https://github.com/oneapi-src/level-zero/commit/7f42f3c6e9599a9bcd995792e2bc42be27ec05ab
If application uses a build system checking validity of required headers, like e.g. autoconf does, application cannot work around this bug by including
This bug was introduced in commit a24eb9677b56aea76803539bd59bef925e7c9961, which is included into release v1.6.2, i.e. the latest release is broken (not just some commits outside of releases) => When a fixed L0 version will be released?
The next release is expected to be posted next week. We are hoping to get some additional changes included that haven't been finalized yet.
There's now v1.7 tagged version with the fix, so closing this.
We will be posting a release on the release page later today. Likely tag v1.7.3
Compile fails to:
ze_api.h does not include stdbool.h although it uses "bool":
See: https://en.cppreference.com/w/c/types/boolean