Package | Description |
---|---|
edu.rice.hj.runtime.baseruntime | |
edu.rice.hj.runtime.config |
The base package for the habanero-java runtime configuration.
|
edu.rice.hj.runtime.forkjoin |
The base package for a fork-join based parallel implementation of the HJ runtime.
|
edu.rice.hj.runtime.javafj | |
edu.rice.hj.runtime.sequential |
The base package for a sequential implementation of the HJ runtime.
|
edu.rice.hj.runtime.simt |
Modifier and Type | Class and Description |
---|---|
class |
BaseRuntime
BaseRuntime class.
|
Modifier and Type | Method and Description |
---|---|
protected abstract HjRuntime |
RuntimeType.initializeRuntime()
initializeRuntime.
|
static HjRuntime |
HjConfiguration.runtime()
runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
ForkJoinRuntime
ForkJoinRuntime class.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaForkJoinRuntime
A runtime that uses Java's ForkJoinPool to build the runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
SequentialRuntime
SequentialRuntime class.
|
Modifier and Type | Class and Description |
---|---|
class |
SimtRuntime
SimtRuntime class.
|
class |
WorkSharingSimtRuntime
SimtWorkSharingRuntime class.
|
class |
WorkStealingSimtRuntime
SimtWorkSharingRuntime class.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.