Package | Description |
---|---|
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
edu.rice.hj.runtime.simt |
Modifier and Type | Method and Description |
---|---|
protected abstract BaseThreadPool[] |
BaseRuntime.allocateExecutors(int numPlaces,
int numWorkers,
boolean asyncMode) |
Modifier and Type | Class and Description |
---|---|
class |
ForkJoinThreadPool
Fork-Join pool used by the work-sharing blocking runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
SimtThreadPool |
class |
WorkSharingThreadPool |
class |
WorkStealingThreadPool |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.