Jump to content

Sieve C++ Parallel Programming System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dgies (talk | contribs) at 06:03, 19 March 2007 (clean up using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Sieve C++ Parallel Programming System is a C++ compiler designed and released by Codeplay that aims to simplify the parallelization of code so that it may run efficiently on multi-processor or multi-core systems.

Sieve is is a C++ compiler that will take a section of code (marked with sieve markers) and parallelize it automatically.

The compiler will put out code for x86, Ageia PhysX and Cell/PS3.

References