Uses of Class
at.dms.kjc.slicegraph.ProcElement

Packages that use ProcElement
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.cell   
at.dms.kjc.spacetime   
at.dms.kjc.vanillaSlice This package was written to provide a test for the classes in backendSupport
 

Uses of ProcElement in at.dms.kjc.backendSupport
 

Subclasses of ProcElement in at.dms.kjc.backendSupport
 class ComputeNode<StoreType extends ComputeCodeStore<?>>
          This abstract class represents a device that can perform computation.
 

Uses of ProcElement in at.dms.kjc.cell
 

Subclasses of ProcElement in at.dms.kjc.cell
 class CellPU
           
 class PPU
           
 class SPU
           
 

Uses of ProcElement in at.dms.kjc.spacetime
 

Subclasses of ProcElement in at.dms.kjc.spacetime
 class IODevice
           
 class MagicDram
           
 class RawComputeNode
          This abstract class represents a node of the Raw chip that performs computation.
 class RawTile
          This class represents a raw tile on the raw chip with its compute processor and its switch processor and the code that runs on each.
 class StreamingDram
          This class represents a streaming dram (SDRAM) that can be attached to a port of the raw chip.
 

Uses of ProcElement in at.dms.kjc.vanillaSlice
 

Subclasses of ProcElement in at.dms.kjc.vanillaSlice
 class UniProcessor
          Completely vanilla extension to ComputeNode for a processor (computation node) with no quirks.