at.dms.kjc.cell
Class SPU

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.SPU

public class SPU
extends CellPU


Field Summary
 
Fields inherited from class at.dms.kjc.backendSupport.ComputeNode
computeCode
 
Constructor Summary
SPU(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

SPU

public SPU(int uniqueId)
Method Detail

isPPU

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

isSPU

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