2017-12-21 07:45:38 +08:00
# Intel(R) Graphics Compute Runtime for OpenCL(TM)
## Introduction
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is a open source project to
converge Intel's development efforts on OpenCL(TM) compute stacks supporting the
GEN graphics hardware architecture.
Please refer to http://01.org/compute-runtime for additional details regarding Intel's
motivation and intentions wrt OpenCL support in the open source.
## License
2018-02-15 03:50:30 +08:00
The Intel(R) Graphics Compute Runtime for OpenCL(TM) is distributed under the MIT License.
2017-12-21 07:45:38 +08:00
2018-04-18 22:27:52 +08:00
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
2017-12-21 07:45:38 +08:00
2019-02-08 21:08:49 +08:00
## Install
Compiled .deb packages are provided on the release page: https://github.com/intel/compute-runtime/releases
2018-01-16 23:14:44 +08:00
## Dependencies
2018-07-13 19:29:58 +08:00
* GmmLib - https://github.com/intel/gmmlib
* Intel Graphics Compiler - https://github.com/intel/intel-graphics-compiler
2018-04-18 22:27:52 +08:00
## Optional dependencies
Below packages are needed to enable [cl_intel_va_api_media_sharing ](https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt ) extension
2018-07-13 19:29:58 +08:00
* libdrm - https://anongit.freedesktop.org/git/mesa/drm.git
* libva - https://github.com/intel/libva.git
2018-01-16 23:14:44 +08:00
2017-12-21 07:45:38 +08:00
## Supported Platforms
2018-07-13 19:29:58 +08:00
* Intel Core Processors with Gen8 graphics devices (formerly Broadwell) - OpenCL 2.1
* Intel Core Processors with Gen9 graphics devices (formerly Skylake, Kaby Lake, Coffee Lake) - OpenCL 2.1
* Intel Atom Processors with Gen9 graphics devices (formerly Apollo Lake, Gemini Lake) - OpenCL 1.2
2017-12-21 07:45:38 +08:00
2018-04-10 15:35:25 +08:00
## Linking applications
When building applications, they should link with ICD loader library (ocl-icd).
Directly linking to the runtime library (igdrcl) is not supported.
2017-12-21 07:45:38 +08:00
## How to provide feedback
2018-07-13 19:29:58 +08:00
By default, please submit an issue using native github.com interface: https://github.com/intel/compute-runtime/issues.
2017-12-21 07:45:38 +08:00
## 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.
2019-02-28 21:16:59 +08:00
See [contribution guidelines ](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md ) for more details.
2017-12-21 07:45:38 +08:00
2018-02-19 20:53:48 +08:00
## See also
2018-04-18 22:27:52 +08:00
* Building and installation:
* [Ubuntu 16.04 ](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md )
* [Centos 7 ](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md )
2019-02-14 18:24:16 +08:00
* [OpenCL on Linux guide ](https://github.com/bashbaug/OpenCLPapers/blob/markdown/OpenCLOnLinux.md )
2018-07-13 19:29:58 +08:00
* Interoperability with Intel Tools: [TOOLS.md ](https://github.com/intel/compute-runtime/blob/master/documentation/TOOLS.md )
2018-02-28 04:58:29 +08:00
* Contribution guidelines: [CONTRIB.md ](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md )
2018-02-20 01:14:06 +08:00
* Known issues and limitations: [LIMITATIONS.md ](https://github.com/intel/compute-runtime/blob/master/documentation/LIMITATIONS.md )
2018-02-28 04:58:29 +08:00
* Frequently asked questions: [FAQ.md ](https://github.com/intel/compute-runtime/blob/master/documentation/FAQ.md )
* Quality expectations: [RELEASES.md ](https://github.com/intel/compute-runtime/blob/master/documentation/RELEASES.md )
2017-12-21 07:45:38 +08:00
___(*) Other names and brands my be claimed as property of others.___