Skip to content
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
C++ CMake C
Branch: master
Clone or download

Latest commit

DziubanMaciejIntel and Compute-Runtime-Automation Use isAuxEnabled flag for sharing images from OpenGL
Change-Id: I6a7b9178ade1d80dfd47a16dc7a500f779ed6769
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
Latest commit c88a55a Apr 22, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
cmake Execute Level Zero Tools ULTs on each build Apr 28, 2020
level_zero Implement zetSysmanFrequencyGetAvailableClocks. May 8, 2020
manifests igc revision update May 11, 2020
opencl Use isAuxEnabled flag for sharing images from OpenGL May 11, 2020
scripts Stop building Neo under Ubuntu 16.04 Apr 13, 2020
shared Merge MemoryPropertiesFlags files May 8, 2020
target_unit_tests Allow to use appverifier on each platform Mar 20, 2020
third_party Add DRM header with format modifiers May 6, 2020
.clang-format Initial support for oneAPI Level Zero Mar 6, 2020
.clang-tidy Move files from common to core Feb 21, 2020
.ctags Initial commit Dec 20, 2017
.gitattributes Initial commit Dec 20, 2017
.gitignore Initial commit Dec 20, 2017
.gitreview Add .gitreview file. Oct 16, 2019
.travis.yml Stop building Neo under Ubuntu 16.04 Apr 13, 2020
BUILD.md doc: add information about devel packages Mar 17, 2020
CMakeLists.txt Make tool for loading L0 builtins from binaries/spv May 5, 2020
CONTRIBUTING.md Documentation refactoring [2/n] Feb 28, 2020
DISTRIBUTIONS.md doc: fix typo Apr 8, 2020
FAQ.md Documentation refactoring [5/n] Mar 6, 2020
GUIDELINES.md Refactor documentation location Feb 26, 2020
Jenkinsfile Add isSpecialWorkgroupSizeRequired helper May 8, 2020
LICENSE added license file Feb 15, 2018
README.md Enable Performance Counters for OCL and L0. Apr 2, 2020
common_macros.cmake Define run_*_mt_tests in separated folders Mar 4, 2020
config.h.in Update copyright headers Sep 20, 2018
driver_version.h.in fix driver version reporting Mar 22, 2020
igc.opencl.h.in Update copyright headers Sep 20, 2018
lib_names.h.in remove unused entries from lib_names.h Oct 16, 2018
os_release_info.cmake cpack: add distro code name do DEB packages name Jun 17, 2019
package.cmake package: rename intel-opencl-ocloc to intel-ocloc Apr 30, 2020
package_config.cmake Link igdgmm in link time Jan 14, 2020
platforms.cmake Disable some builtins when images are not supported Apr 23, 2020
ubsan.supp Rename offline compiler: cloc -> ocloc Nov 21, 2018
version.cmake cpack: packaging refactor Mar 21, 2020

README.md

Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver

Introduction

The Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver is an open source project providing compute API support (Level Zero, OpenCL) for Intel graphics hardware architectures (HD Graphics, Xe).

What is NEO?

NEO is the shorthand name for Compute Runtime contained within this repository. It is also a development mindset that we adopted when we first started the implementation effort for OpenCL.

The project evolved beyond a single API and NEO no longer implies a specific API. When talking about a specific API, we will mention it by name (e.g. Level Zero, OpenCL).

License

The Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver is distributed under the MIT License.

You may obtain a copy of the License at: https://opensource.org/licenses/MIT

Supported Platforms

Platform OpenCL Level Zero
Intel Core Processors with Gen8 graphics devices (formerly Broadwell) 2.1 -
Intel Core Processors with Gen9 graphics devices (formerly Skylake, Kaby Lake, Coffee Lake) 2.1 Y
Intel Atom Processors with Gen9 graphics devices (formerly Apollo Lake, Gemini Lake) 1.2 -
Intel Core Processors with Gen11 graphics devices (formerly Ice Lake) 2.1 Y
Intel Core Processors with Gen12 graphics devices (formerly Tiger Lake) 2.1 Y

Release cadence

  • Once a week, we run extended validation cycle on a selected driver.
  • When the extended validation cycle tests pass, the corresponding commit on github is tagged using the format yy.ww.bbbb (yy - year, ww - work week, bbbb - incremental build number).
  • Typically for weekly tags we will post a binary release (e.g. deb).
  • Quality level of the driver (per platform) will be provided in the Release Notes.

Installation Options

To allow NEO access to GPU device make sure user has permissions to files /dev/dri/renderD*.

Via system package manager

NEO is available for installation on a variety of Linux distributions and can be installed via the distro's package manager.

For example on Ubuntu* 19.04, 19.10:

apt-get install intel-opencl-icd

Procedures for other distributions.

Manual download

.deb packages for Ubuntu are provided along with installation instructions and Release Notes on the release page

Linking applications

Directly linking to the runtime library is not supported:

Dependencies

In addition, to enable performance counters support, the following packages are needed:

How to provide feedback

By default, please submit an issue using native github.com interface.

How to contribute

Create a pull request on github.com with your patch. Make sure your change is cleanly building and passing ULTs. A maintainer will contact you if there are questions or concerns. See contribution guidelines for more details.

See also

Level Zero specific

OpenCL specific

(*) Other names and brands may be claimed as property of others.

You can’t perform that action at this time.