Jump to content

Sieve C++ Parallel Programming System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khazadum (talk | contribs) at 13:39, 10 March 2007 (start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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