doc: add link to Khronos headers

- this link is needed during IGC compilation

Change-Id: I40f5bda659562533b32e2f91ef5ea487581e7fd5
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
Jacek Danecki
2018-05-24 23:17:05 +02:00
committed by sys_ocldev
parent dec295e3fd
commit 8bc2ef4c9f
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ git clone https://github.com/intel/gmmlib gmmlib
git clone https://github.com/intel/intel-graphics-compiler igc
git clone https://github.com/KhronosGroup/OpenCL-Headers khronos
git clone https://github.com/intel/compute-runtime neo
ln -s khronos opencl_headers
```
Note: Instructions for compiling *Intel Graphics Compiler* copied from https://github.com/intel/intel-graphics-compiler/blob/master/README.md

View File

@@ -38,6 +38,7 @@ git clone https://github.com/intel/gmmlib gmmlib
git clone https://github.com/intel/intel-graphics-compiler igc
git clone https://github.com/KhronosGroup/OpenCL-Headers khronos
git clone https://github.com/intel/compute-runtime neo
ln -s khronos opencl_headers
```
Note: Instructions for compiling *Intel Graphics Compiler* copied from https://github.com/intel/intel-graphics-compiler/blob/master/README.md