summaryrefslogtreecommitdiffstats
path: root/libraries/beignet/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/beignet/README')
-rw-r--r--libraries/beignet/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/beignet/README b/libraries/beignet/README
deleted file mode 100644
index ebef1392a1..0000000000
--- a/libraries/beignet/README
+++ /dev/null
@@ -1,14 +0,0 @@
-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