freebsd-ports/devel/cltune/pkg-descr
Johannes M Dieterich 71f721906a new port: devel/cltune. This adds cltune, a program to tune OpenCL (and CUDA) kernels automatically.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10918
2017-06-02 00:18:06 +00:00

5 lines
240 B
Text

CLTune is a C++ library which can be used to automatically tune your OpenCL
and CUDA kernels. The only thing you'll need to provide is a tuneable kerne
and a list of allowed parameters and values.
WWW: https://github.com/CNugteren/CLTune