beignet 1.3.2 OpenCL framework for Intel GPUs

Beignet is an implementation of the OpenCL specification. This code base contains the code to run OpenCL programs on Intel GPUs---IvyBridge, Haswell, Skylake, Apollolake, etc. It defines and implements the OpenCL host functions required to initialize the device, create the command queues, the kernels and the programs, and run them on the GPU. The code also contains a back-end for the LLVM compiler framework.