Package | Description |
---|---|
org.apache.sysds.runtime.controlprogram.parfor |
Modifier and Type | Class and Description |
---|---|
class |
TaskPartitionerNaive
This static task partitioner virtually iterates over the given FOR loop (from, to, incr),
creates iterations and group them to tasks according to a task size of numIterations/numWorkers.
|
class |
TaskPartitionerStatic
This static task partitioner virtually iterates over the given FOR loop (from, to, incr),
creates iterations and group them to tasks according to a task size of numIterations/numWorkers.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.