Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor |
Modifier and Type | Method and Description |
---|---|
abstract long |
TaskPartitioner.createTasks(LocalTaskQueue<Task> queue)
Creates set of all tasks for given problem, but streams them directly
into task queue.
|
long |
TaskPartitionerFactoring.createTasks(LocalTaskQueue<Task> queue) |
long |
TaskPartitionerFixedsize.createTasks(LocalTaskQueue<Task> queue) |
Constructor and Description |
---|
LocalParWorker(long ID,
LocalTaskQueue<Task> q,
ParForBody body,
CompilerConfig cconf,
int max_retry,
boolean monitor) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.