blob: 4922f3a687f1de5b2a51148b0f212d3719145293 (
plain) (
blame)
1
2
3
4
5
6
|
Beignet contains the code to run OpenCL programs on Intel GPUs, which
defines and implements host functions required to initialize the device,
create the command queues, the kernels, and the programs and run them on
the GPU. It also contains the compiler part of the stack.
WWW: https://01.org/beignet/
|