Class TaskPartitionerFactoringCmax
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.TaskPartitioner
org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoring
org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoringCmax
Factoring with maximum constraint (e.g., if LIX matrix out-of-core and we need
to bound the maximum number of iterations per map task -> memory bounds)
-
Constructor Summary
ConstructorsConstructorDescriptionTaskPartitionerFactoringCmax(long taskSize, int numThreads, long constraint, String iterVarName, IntObject fromVal, IntObject toVal, IntObject incrVal) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitionerFactoring
createTasks, createTasksMethods inherited from class org.apache.sysds.runtime.controlprogram.parfor.TaskPartitioner
getNumIterations
-
Constructor Details
-
TaskPartitionerFactoringCmax
-