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