opencl-clang: improve DESCR

This commit is contained in:
nia 2021-06-09 15:23:36 +00:00
parent f49de3d73f
commit c02f778ced

View file

@ -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.