Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 21:36:30 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Jung-uk Kim <jkim@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399324 - in head/devel: . py-pyopencl
Message-ID:  <1444937790.38251.1.camel@rainbow-runner.nl>
In-Reply-To: <201510150015.t9F0FOlM062752@repo.freebsd.org>
References:  <201510150015.t9F0FOlM062752@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2015-10-15 at 00:15 +0000, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Oct 15 00:15:24 2015
> New Revision: 399324
> URL: https://svnweb.freebsd.org/changeset/ports/399324
> 
> Log:
>   PyOpenCL gives you easy, Pythonic access to the OpenCL parallel
> computation
>   API.  What makes PyOpenCL special?
>   
>   - Object cleanup tied to lifetime of objects. This idiom, often
> called RAII
>     in C++, makes it much easier to write correct, leak- and crash-
> free code.
>   - Completeness.  PyOpenCL puts the full power of OpenCL's API at
> your
>     disposal, if you wish.  Every obscure get_info() query and all CL
> calls
>     are accessible.
>   - Automatic Error Checking.  All errors are automatically
> translated into
>     Python exceptions.
>   - Speed. PyOpenCL's base layer is written in C++, so all the
> niceties above
>     are virtually free.
>   - Helpful Documentation.
>   - Liberal license.  PyOpenCL is open-source under the MIT license
> and free
>     for commercial, academic, and private use.
>   
>   WWW: http://mathema.tician.de/software/pyopencl
> 
> 

Cool!

-Koop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1444937790.38251.1.camel>