at.dms.kjc.slicegraph
Class ProcElement
java.lang.Object
at.dms.kjc.slicegraph.ProcElement
- Direct Known Subclasses:
- ComputeNode
public abstract class ProcElement
- extends Object
A processing element in the most general sense: CPU tile, GPU, I/O device, switch network.
Just used for now as a common superclass for all elements that a back end needs to consider when generating code.
- Author:
- dimock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcElement
public ProcElement()