[LLVMdev] ANN: libclc (OpenCL C library implementation)

Peter Collingbourne peter at pcc.me.uk
Wed Oct 19 06:59:42 PDT 2011


On Wed, Oct 19, 2011 at 02:47:42PM +0100, Peter Collingbourne wrote:
> Hi,
> 
> This is to announce the availability of libclc, an open source, BSD
> licensed implementation of the library requirements of the OpenCL C
> programming language, as specified by the OpenCL 1.1 Specification.
> libclc is intended to be used with Clang's OpenCL frontend.
> 
> libclc website: http://www.pcc.me.uk/~peter/libclc/
> 
> libclc is designed to be portable and extensible. To this end,
> it provides generic implementations of most library requirements,
> allowing the target to override the generic implementation at the
> granularity of individual functions.
> 
> libclc currently only supports the PTX target, but support for more
> targets is welcome.

Just a followup note to say that libclc is at a very early stage
of development, and that only a few functions are implemented.
Developers wanted :)

Thanks,
-- 
Peter



More information about the llvm-dev mailing list