Skip to content

kpericin/parallella-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallella-examples

Community created example Parallella projects.

Contents

  • aobench/ - A small ambient occlusion renderer for benchmarking real world floating-point performance
  • blobubska/ - A real-time ray tracing visual music generator
  • mandelbrot/ - Calculating the mandelbrot set and rendering it to the frame buffer in real-time
  • r-opencl/ - Vector addition from within the R programming language via OpenCL

Moved

Contributing

Contributions to this repository are welcomed.

To submit a project for inclusion:

  1. Fork this repository
  2. Create a new sub-directory
  3. Add your project files and ensure the headers state GPL, BSD, MIT, or Apache license
  4. Add a README.md file (see the .skeleton directory for a template)
  5. Submit a pull request

Note

  • The project must build, run and serve as a useful example
  • Basic documentation must be included, e.g. dependencies, building and use
  • Only GPL (v2 or later), BSD, Apache, and MIT licensed code will be accepted

About

Community created parallella projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.8%
  • Assembly 11.2%
  • Perl 10.9%
  • Verilog 3.3%
  • PHP 2.3%
  • C++ 0.9%
  • Other 0.6%