Skip to content

Commit fcc7b7a

Browse files
committed
Update file listed in README
Signed-off-by:Brandon Yates <[email protected]>
1 parent 41a6f56 commit fcc7b7a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ requests.
1212

1313
oneAPI Specification: https://spec.oneapi.com/versions/latest/introduction.html
1414

15-
oneAPI Level Zero Specification: https://spec.oneapi.com/versions/latest/oneL0/index.html
15+
oneAPI Level Zero Specification: https://spec.oneapi.com/level-zero/1.0.4/index.html
1616

1717
The versions of the Level Zero API are listed in the file
18-
[ze_driver.h](./include/core/ze_driver.h) in the `ze_api_version_t` enum.
18+
[ze_api.h](./include/ze_api.h) in the `ze_api_version_t` enum.
1919

2020
# Building and Installing
2121

2222
Project is defined using [CMake](https://cmake.org/).
2323

24-
The OpenCL headers are required for interop support. If they are installed in a
25-
non-standard location, specify their prefix with `-D OPENCL_PATH=<prefix>`.
26-
2724
## Linux
2825

2926
### General

0 commit comments

Comments
 (0)