Uses of Package
org.apache.sysds.runtime.controlprogram.parfor
Packages that use org.apache.sysds.runtime.controlprogram.parfor
Package
Description
-
-
Classes in org.apache.sysds.runtime.controlprogram.parfor used by org.apache.sysds.runtime.controlprogram.parforClassDescriptionThis is the base class for all data partitioner.This class provides a way of dynamic task distribution to multiple workers in local multi-threaded environments.Wrapper for exchanging parfor body data structures.Super class for master/worker pattern implementations.Wrapper for job return of ParFor REMOTE for transferring statistics and result symbol table.Due to independence of all iterations, any result has the following properties:A task is a logical group of one or multiple iterations (each iteration is assigned to exactly one task).This is the base class for all task partitioner.This factoring task partitioner virtually iterates over the given FOR loop (from, to, incr), creates iterations and group them to tasks.This naive task partitioner virtually iterates over the given FOR loop (from, to, incr), creates iterations and group them to tasks according to the given task size.
-
Classes in org.apache.sysds.runtime.controlprogram.parfor used by org.apache.sysds.runtime.instructions.oocClassDescriptionThis class provides a way of dynamic task distribution to multiple workers in local multi-threaded environments.
-
Classes in org.apache.sysds.runtime.controlprogram.parfor used by org.apache.sysds.runtime.ooc.streamClassDescriptionThis class provides a way of dynamic task distribution to multiple workers in local multi-threaded environments.
-
Classes in org.apache.sysds.runtime.controlprogram.parfor used by org.apache.sysds.runtime.util