File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,15 @@ requests.
12
12
13
13
oneAPI Specification: https://spec.oneapi.com/versions/latest/introduction.html
14
14
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
16
16
17
17
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.
19
19
20
20
# Building and Installing
21
21
22
22
Project is defined using [ CMake] ( https://cmake.org/ ) .
23
23
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
-
27
24
## Linux
28
25
29
26
### General
You can’t perform that action at this time.
0 commit comments