summaryrefslogtreecommitdiffstats
path: root/libraries/ocl-icd/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-01-26 08:45:09 +0100
committer Matteo Bernardini2019-01-26 08:45:09 +0100
commit9d2325989c32357338a62d378cfa5e9ed623aaba (patch)
tree60d0ddf2ffebb1920f3813908104b97c3b42c484 /libraries/ocl-icd/README
parentf8717ee2eb30c24fb4e808057c85e9d3d598a2c5 (diff)
downloadslackbuilds-current-20190126.1.tar.gz
20190126.1 global branch merge.current-20190126.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/ocl-icd/README')
-rw-r--r--libraries/ocl-icd/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/ocl-icd/README b/libraries/ocl-icd/README
deleted file mode 100644
index 3a939287d6..0000000000
--- a/libraries/ocl-icd/README
+++ /dev/null
@@ -1,19 +0,0 @@
-ocl-icd: free OpenCL ICD Loader
-
-OpenCL implementations are provided as ICD (Installable Client Driver). An
-OpenCL program can use several ICD thanks to the use of an ICD Loader as
-provided by this project. This free ICD Loader can load any (free or non free)
-ICD.
-
-NOTE: ocl-icd should not be needed on systems where graphics drivers
-by AMD or Nvidia already provide an OpenCL ICD Loader implementation.
-To check if you already have an ICD loader, run this as root:
-
- ldconfig -p | grep -i opencl
-
-If nothing is printed out, then your system probably lacks an ICD
-implementation (libOpenCL.so* objects) and you need this package.
-
-If something is printed out, then you don't need this package, as it
-would probably overwrite the ICD loader that came with your graphics
-drivers.