at.dms.kjc.cell
Class PPU

java.lang.Object
  extended by at.dms.kjc.slicegraph.ProcElement
      extended by at.dms.kjc.backendSupport.ComputeNode<CellComputeCodeStore>
          extended by at.dms.kjc.cell.CellPU
              extended by at.dms.kjc.cell.PPU

public class PPU
extends CellPU


Field Summary
 
Fields inherited from class at.dms.kjc.backendSupport.ComputeNode
computeCode
 
Constructor Summary
PPU(int uniqueId)
           
 
Method Summary
 boolean isPPU()
           
 boolean isSPU()
           
 
Methods inherited from class at.dms.kjc.cell.CellPU
getComputeCodeStore, getComputeCodeStores, getInitComputeCodeStore, getInitComputeCodeStores, getNumComputeCodeStores, getNumInitComputeCodeStores
 
Methods inherited from class at.dms.kjc.backendSupport.ComputeNode
getComputeCode, getUniqueId, setComputeCode, setUniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPU

public PPU(int uniqueId)
Method Detail

isPPU

public boolean isPPU()
Specified by:
isPPU in class CellPU

isSPU

public boolean isSPU()
Specified by:
isSPU in class CellPU