diff options
author | Alan Alberghini <414N@slacky.it> | 2017-08-14 13:08:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:39 +0700 |
commit | 5efb5b861caccb1635bb539970773b3377b02e77 (patch) | |
tree | 5f918f1c6f33803377bdcc89f0f1a7c4873e7dae /libraries/beignet/README | |
parent | d51a29f856458abbf0df5123bfe345f258b24a1e (diff) | |
download | slackbuilds-5efb5b861caccb1635bb539970773b3377b02e77.tar.gz |
libraries/beignet: Added (OpenCL for Intel GPUs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/beignet/README')
-rw-r--r-- | libraries/beignet/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libraries/beignet/README b/libraries/beignet/README new file mode 100644 index 0000000000..ebef1392a1 --- /dev/null +++ b/libraries/beignet/README @@ -0,0 +1,14 @@ +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. + +Optional dependency is ocl-icd, if no OpenCL ICD Provider is already installed +on the system. Note that you need at least one ICD Provider installed to make +any use of OpenCL runtimes. + +NOTE: normally, the package is built with Intel's provided OpenCL headers. If +you don't want to install them, set the INCLUDE_HEADERS environment variable +to 0 prior the build: + + INCLUDE_HEADERS=0 ./beignet.SlackBuild |