Class LocalParWorker
java.lang.Object
org.apache.sysds.runtime.controlprogram.parfor.ParWorker
org.apache.sysds.runtime.controlprogram.parfor.LocalParWorker
- All Implemented Interfaces:
Runnable
Instances of this class can be used to execute tasks in parallel. Within each ParWorker
multiple iterations of a single task and subsequent tasks are executed sequentially.
Resiliency approach: retry on computation error, abort on task queue error
-
Constructor Summary
ConstructorsConstructorDescriptionLocalParWorker(long ID, LocalTaskQueue<Task> q, ParForBody body, CompilerConfig cconf, int max_retry) -
Method Summary
Methods inherited from class org.apache.sysds.runtime.controlprogram.parfor.ParWorker
getExecutedIterations, getExecutedTasks, getExecutionContext, getVariables
-
Constructor Details
-
LocalParWorker
public LocalParWorker(long ID, LocalTaskQueue<Task> q, ParForBody body, CompilerConfig cconf, int max_retry)
-
-
Method Details