Difference between revisions of "Cf4ocl"

From Free Software Directory
Jump to: navigation, search
(Update to version 2.0.0 beta 1)
Line 4: Line 4:
 
|Full description=The C Framework for OpenCL, cf4ocl, is a cross-platform pure C99 object-oriented framework for developing and benchmarking OpenCL projects in C/C++. It aims to:
 
|Full description=The C Framework for OpenCL, cf4ocl, is a cross-platform pure C99 object-oriented framework for developing and benchmarking OpenCL projects in C/C++. It aims to:
  
- Promote the rapid development of OpenCL programs in C/C++.
+
* Promote the rapid development of OpenCL programs in C/C++.
- Assist in the benchmarking of OpenCL events, such as kernel execution and data transfers.
+
* Assist in the benchmarking of OpenCL events, such as kernel execution and data transfers.
- Simplify the analysis of the OpenCL environment and of kernel requirements.
+
* Simplify the analysis of the OpenCL environment and of kernel requirements.
  
 
Features:
 
Features:
  
- Object-oriented interface to the OpenCL API
+
* Object-oriented interface to the OpenCL API
- New/destroy functions, no direct memory alloc/free
+
* New/destroy functions, no direct memory alloc/free
- Easy (and extensible) device selection
+
* Easy (and extensible) device selection
- Simple event dependency mechanism
+
* Simple event dependency mechanism
- User-friendly error management
+
* User-friendly error management
- OpenCL version independent
+
* OpenCL version independent
- Integrated profiling
+
* Integrated profiling
 
|Homepage URL=http://fakenmc.github.io/cf4ocl/
 
|Homepage URL=http://fakenmc.github.io/cf4ocl/
 
|User level=advanced
 
|User level=advanced
 
|VCS checkout command=git clone https://github.com/FakenMC/cf4ocl.git
 
|VCS checkout command=git clone https://github.com/FakenMC/cf4ocl.git
 
|Computer languages=C, OpenCL
 
|Computer languages=C, OpenCL
|Documentation note=Documentation can be generated with Doxygen in HTML, Latex, PDF and man pages format. The latest HTML documentation is available at http://fakenmc.github.io/cf4ocl/docs/latest/.
+
|Documentation note=Documentation can be generated with Doxygen in HTML, Latex, PDF and man pages format. [[http://fakenmc.github.io/cf4ocl/docs/latest/ Latest HTML documentation]].  
 
|Keywords=OpenCL
 
|Keywords=OpenCL
 
|Version identifier=2.0.0
 
|Version identifier=2.0.0
Line 28: Line 28:
 
|Version download=https://github.com/FakenMC/cf4ocl/archive/v2.0.0-beta.1.tar.gz
 
|Version download=https://github.com/FakenMC/cf4ocl/archive/v2.0.0-beta.1.tar.gz
 
|Version comment=Beta 1.
 
|Version comment=Beta 1.
 +
|Last review by=Jgay
 +
|Last review date=2014/10/17
 
|Status=
 
|Status=
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv3
+
|License=LGPLv3orlater
 
|License copyright=Copyright 2013 Nuno Fachada
 
|License copyright=Copyright 2013 Nuno Fachada
|License verified by=Bencook
+
|License verified by=Jgay
|License verified date=2013/11/15
+
|License verified date=2014/10/17
 
|License note=Library code
 
|License note=Library code
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
 
|License copyright=Copyright 2013 Nuno Fachada
 
|License copyright=Copyright 2013 Nuno Fachada
|License verified by=Bencook
+
|License verified by=Jgay
|License verified date=2013/11/15
+
|License verified date=2014/10/17
 
|License note=Remaining code
 
|License note=Remaining code
 
}}
 
}}

Revision as of 16:09, 17 October 2014


[edit]

cf4ocl

http://fakenmc.github.io/cf4ocl/
C Framework for OpenCL

The C Framework for OpenCL, cf4ocl, is a cross-platform pure C object-oriented framework for developing and benchmarking OpenCL projects. It aims to:

  • Promote the rapid development of OpenCL host programs in C (with support for C++) and avoid the tedious and error-prone boilerplate code usually required.
  • Assist in the benchmarking of OpenCL events, such as kernel execution and data transfers. Profiling comes for free with cf4ocl.
  • Simplify the analysis of the OpenCL environment and of kernel requirements.
  • Allow for all levels of integration with existing OpenCL code: use as much or as few of cf4ocl required for your project, with full access to the underlying OpenCL objects and functions at all times.

Features:

  • Object-oriented interface to the OpenCL API
 * New/destroy functions, no direct memory alloc/free
 * Easy (and extensible) device selection
 * Simple event dependency mechanism
 * User-friendly error management
  • OpenCL version and platform independent
  • Integrated profiling
  • Advanced device query utility
  • Offline kernel compiler and linker





Licensing

License

Verified by

Verified on

Notes

Verified by

Jgay

Verified on

17 October 2014

Notes

Library code

Verified by

Jgay

Verified on

17 October 2014

Notes

Remaining code




Leaders and contributors

Contact(s)Role
Nuno Fachada Author


Resources and communication

Software prerequisites

KindDescription
Required to useOpenCL 1.0
Required to buildGLib 2.32+
Required to useGLib 2.32+
Required to buildOpenCL 1.0




Entry











"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.

















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.