pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/opencl-clang



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun  9 15:23:36 UTC 2021

Modified Files:
        pkgsrc/parallel/opencl-clang: DESCR

Log Message:
opencl-clang: improve DESCR


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/opencl-clang/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/opencl-clang/DESCR
diff -u pkgsrc/parallel/opencl-clang/DESCR:1.1 pkgsrc/parallel/opencl-clang/DESCR:1.2
--- pkgsrc/parallel/opencl-clang/DESCR:1.1      Wed Jun  9 15:11:46 2021
+++ pkgsrc/parallel/opencl-clang/DESCR  Wed Jun  9 15:23:36 2021
@@ -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.



Home | Main Index | Thread Index | Old Index