Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
Modifier and Type | Method and Description |
---|---|
static void |
Module1.forall(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Construct to represent loop-level parallelism.
|
static void |
Module1.forallChunked(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Construct to represent loop-level parallelism using chunking/grouping.
|
static void |
Module1.forasync(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Construct to represent loop-level parallelism.
|
static void |
Module1.forasyncChunked(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Construct to represent loop-level parallelism.
|
static void |
HjRegionHelper.forasyncSusp(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Helper method for forasyncNb.
|
static void |
HjRegionHelper.forasyncSuspChunked(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Helper method for forasyncNbChunked.
|
static void |
Module1.forseq(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Construct to represent a sequential loop while working with regions.
|
static void |
HjRegionHelper.forseqSusp(HjRegion.HjRegion3D hjRegion,
HjSuspendingProcedureInt3D body)
Helper method for forseqNb.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.