Nodes that want to use VIC hardware resources (LDC & Nv2D) should implement these interface. For each execution cycle, a. STM will provide new pre-fences and the runtime framework will call the setter function to pass the pre-fences to the node before executing the pass. b. And after the pass is executed, the runtime framework call the getter to get the post-fence from the node.
Requirements by scheduler to use VIC a. scheduler supports 1 LDC handle and 1 Nv2D handle. The handle is created and registered by runtime framework, and it can be shared by multiple Nodes. b. One or more nodes can have any number or combination of VIC passes type LDC/Nv2D.
Definition at line 60 of file IVicNode.hpp.
Public Member Functions | |
virtual | ~IVicLdcNode ()=default |
|
virtualdefault |