summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-09 15:23:36 +0000
committernia <nia@pkgsrc.org>2021-06-09 15:23:36 +0000
commita073ae772b08683c42b715f8df7d0d8c174362db (patch)
treefc55fbf4d6c090837135cd501071bd08a3291873 /parallel
parentb3994001b462157988740e0ba470ceb45d91369d (diff)
downloadpkgsrc-a073ae772b08683c42b715f8df7d0d8c174362db.tar.gz
opencl-clang: improve DESCR
Diffstat (limited to 'parallel')
-rw-r--r--parallel/opencl-clang/DESCR10
1 files changed, 7 insertions, 3 deletions
diff --git a/parallel/opencl-clang/DESCR b/parallel/opencl-clang/DESCR
index 38a52f29e2c..193da0f7e9c 100644
--- a/parallel/opencl-clang/DESCR
+++ b/parallel/opencl-clang/DESCR
@@ -1,4 +1,8 @@
-opencl-clang is a thin wrapper library around clang.
+OpenCL (Open Computing Language) is an open, royalty-free standard for
+cross-platform, parallel programming of diverse accelerators found in
+supercomputers, cloud servers, personal computers, mobile devices and
+embedded platforms.
-The library has a OpenCL-oriented API and is capable to compile OpenCL C
-kernels to SPIR-V modules.
+opencl-clang is a thin wrapper library around clang. The library has a
+OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V
+modules for consumption by e.g. GPU drivers.