Skip to content

Commit

Permalink
Update file listed in README
Browse files Browse the repository at this point in the history
Signed-off-by:Brandon Yates <brandon.yates@intel.com>
  • Loading branch information
bmyates committed Jul 29, 2020
1 parent 41a6f56 commit fcc7b7a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -12,18 +12,15 @@ requests.

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

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

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

# Building and Installing

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

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

## Linux

### General
Expand Down

0 comments on commit fcc7b7a

Please sign in to comment.