Difference between revisions of "User:Pravindalale"

From esoterum.org
Jump to: navigation, search
(Resources useful for Cell Programming)
(Resources useful for Cell Programming)
Line 1: Line 1:
 
== Resources useful for Cell Programming ==
 
== Resources useful for Cell Programming ==
  
[1. Programming the Cell Processor]
+
1. Programming the Cell Processor
 
http://www.blachford.info/computer/articles/CellProgramming1.html
 
http://www.blachford.info/computer/articles/CellProgramming1.html
  
[2. UCSanDiego Course]
+
2. UCSanDiego Course
 
http://www.cse.ucsd.edu/classes/wi08/cse260/Cell.html
 
http://www.cse.ucsd.edu/classes/wi08/cse260/Cell.html
  
[3. Georgia Tech Workshop]http://www.cc.gatech.edu/~bader/CellProgramming.html
+
3. Georgia Tech Workshop]http://www.cc.gatech.edu/~bader/CellProgramming.html
  
 
== Code Overlay on Cell BE ==
 
== Code Overlay on Cell BE ==

Revision as of 22:58, 8 February 2009

Resources useful for Cell Programming

1. Programming the Cell Processor http://www.blachford.info/computer/articles/CellProgramming1.html

2. UCSanDiego Course http://www.cse.ucsd.edu/classes/wi08/cse260/Cell.html

3. Georgia Tech Workshop]http://www.cc.gatech.edu/~bader/CellProgramming.html

Code Overlay on Cell BE

Basics for Linker script [1]

GNU toolchain maintained by BSC [2]

Altivec optimizations - http://www.freevec.org/

GCC (GNU Compiler Colection)

1. The gcc homepage - http://gcc.gnu.org/

2. Documents describing gcc - http://www.cfdvs.iitb.ac.in/~amv/gcc-int-docs/#gccdocs

3. Conceptual description of gcc - http://www.cfdvs.iitb.ac.in/~amv/gcc-int-docs/html/gcc-conceptual-structure.html#Top