opencl-clang: improve DESCR
This commit is contained in:
parent
f49de3d73f
commit
c02f778ced
1 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue