Cell Programming IBM: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 1: Line 1:
==Programming Frameworks==
==Programming Frameworks==


[http://www.ibm.com/developerworks/cn/linux/l-cn-cellprogramming/index.htm example screenshots]
[[File:Cell eclipse sdk systemsim.jpg]]<br />
[http://www.ibm.com/developerworks/power/tutorials/pa-cellide/section7.html example]


Currently there are two programming frameworks to use (we don't intend to talk about © Sony SDK nor about the free community driven [http://psl1ght.net psl1ght] on this page). The Cell SDK is the most full featured and "supported" but is architecture specific, whereas the OpenCL should allow code portability to other accelerators (like GP-GPU's) however is from IBM alphaworks so should be considered beta.
Currently there are two programming frameworks to use (we don't intend to talk about © Sony SDK nor about the free community driven [http://psl1ght.net psl1ght] on this page). The Cell SDK is the most full featured and "supported" but is architecture specific, whereas the OpenCL should allow code portability to other accelerators (like GP-GPU's) however is from IBM alphaworks so should be considered beta.

Revision as of 22:13, 5 June 2011

Programming Frameworks

Cell eclipse sdk systemsim.jpg
example

Currently there are two programming frameworks to use (we don't intend to talk about © Sony SDK nor about the free community driven psl1ght on this page). The Cell SDK is the most full featured and "supported" but is architecture specific, whereas the OpenCL should allow code portability to other accelerators (like GP-GPU's) however is from IBM alphaworks so should be considered beta.

Cell SDK 3.0

Cell SDK 3.1


note: The IBM Full-System Simulator has been removed from the SDK package, and is now available separately. To obtain the Simulator, download it from the following alphaWorks Web site: http://www.alphaworks.ibm.com/tech/cellsystemsim

Compilers

  • ppu-gcc -- GNU GCC PPC compiler
  • spu-gcc -- GNU GCC SPU compiler
  • xlcl -- IBM XL OpenCL compiler

Documentation


Further Info

Even more docs http://moss.csc.ncsu.edu/~mueller/cluster/ps3/


Tutorials

  • Cell Programming Tutorial - IBM (5in1; mirror: http://rapidshare.com/files/416223029/cell.zip mirror: http://ul.to/39b2fq mirror: http://www.megaupload.com/?d=0BWIWG1N)
    • part1 - Summary: Meet the Cell Broadband Engine™ (Cell BE) processor from a compiler-writer's perspective, and get a bird's-eye view of a number of the unique challenges it poses in this first tutorial of a five-part series.
    • part2 - Summary: This tutorial discusses specific issues in optimizing code to run effectively on the Synergistic Processor Elements (SPEs) in the Cell Broadband Engine™ (Cell BE) processor.
    • part3 - Summary: This tutorial discusses the compiler issues in optimizing code to run efficiently on SIMD-capable processors. In particular, it shows how to optimize code that must run both on the VMX SIMD engine of the PowerPC® core of the Cell Broadband Engine (Cell BE) processor, and also on the SIMD-only Synergistic Processor Elements (SPEs).
    • part4 - Summary: This part discusses ways to partition code to run across the multiple cores available in a Cell Broadband Engine™ (Cell BE) processor. It gives particular attention to efficient partitioning of code to allow larger programs or data sets to be manipulated using the 256KB of local store available on the Synergistic Processor Elements (SPEs).
    • part5 - Summary: This last tutorial discusses techniques for managing data in the local store of the Synergistic Processor Elements (SPEs) of a Cell Broadband Engine (Cell BE) processor. Learn particular techniques such as double-buffering and maintaining a reasonably efficient software cache.

PowerPC Assembly