Cell Programming IBM: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 27: Line 27:
* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFC-_rmA/Xc.cellsystemsim/systemsim-cell-3.1-25.f9.ppc64.rpm/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.89GACn0qI987o9LQZHgRc7l_MiY/systemsim-cell-3.1-25.f9.ppc64.rpm systemsim-cell-3.1-25.f9.ppc64.rpm] / mirror: [http://www.multiupload.com/1D3M8JVWMX systemsim-cell-3.1-25.f9.ppc64.rpm (5.93 MB)]
* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFC-_rmA/Xc.cellsystemsim/systemsim-cell-3.1-25.f9.ppc64.rpm/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.89GACn0qI987o9LQZHgRc7l_MiY/systemsim-cell-3.1-25.f9.ppc64.rpm systemsim-cell-3.1-25.f9.ppc64.rpm] / mirror: [http://www.multiupload.com/1D3M8JVWMX systemsim-cell-3.1-25.f9.ppc64.rpm (5.93 MB)]


* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFEf8L5w/Xc.cellsystemsim/systemsim-cell-3.1-25.f9.x86_64.rpm/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.LGt-ut1aB9bZc5UImrfVa79bOLk/systemsim-cell-3.1-25.f9.x86_64.rpm systemsim-cell-3.1-25.f9.x86_64.rpm] / mirror:
* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFEf8L5w/Xc.cellsystemsim/systemsim-cell-3.1-25.f9.x86_64.rpm/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.LGt-ut1aB9bZc5UImrfVa79bOLk/systemsim-cell-3.1-25.f9.x86_64.rpm systemsim-cell-3.1-25.f9.x86_64.rpm] / mirror: [http://www.multiupload.com/4UQRYTXRRQ systemsim-cell-3.1-25.f9.x86_64.rpm (6.04 MB)]


* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFCxQWFQ/Xc.cellsystemsim/README.txt/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.TIaenry1jz4yXA5H84wqTkpiE2o/README.txt README.txt] / mirror: [http://www.multiupload.com/SDEOR7F55S README.txt (5.55 KB)]
* [https://www6.software.ibm.com/sdfdl/1v2/regs2/awadmin/cellsystemsim/Xa.2/Xb.NmSvtPC_5QwUGRcdaGxveLCmuyiH29ecLHEFCxQWFQ/Xc.cellsystemsim/README.txt/Xd./Xf.LPr.U1ay/Xg.6000350/Xi.AW-0LO/XY.regsrvs/XZ.TIaenry1jz4yXA5H84wqTkpiE2o/README.txt README.txt] / mirror: [http://www.multiupload.com/SDEOR7F55S README.txt (5.55 KB)]

Revision as of 00:24, 29 May 2011

Programming Frameworks

example screenshots

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