My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages

Read a source file written in OpenCL, execute directly on GPU.

This program takes input from plain text files containing ascii data, calculates, and then writes the result back in an ascii file.

The input file is defined in the command line or inside the source using a pseudo comments.

To compile, the proper installation of OpenCL library is required (provided by the graphics card vendor).

Syntax example (gpurun program is in the path):

$ gpurun --list   # listing the available machines, only GPUs can be used
$ gpurun source.cl   # run source.cl
Powered by Google Project Hosting