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.HjRegion2D hjRegion,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
static void |
Module0.forallNb(int s0,
int e0,
int s1,
int e1,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
static void |
Module0.forallNbChunked(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Construct to represent loop-level parallelism using chunking/grouping.
|
static void |
Module0.forallNbChunked(int s0,
int e0,
int s1,
int e1,
HjProcedureInt2D body)
Construct to represent loop-level parallelism using chunking/grouping.
|
static void |
HjRegionHelper.forasync(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Helper method for forasyncNb.
|
static void |
HjRegionHelper.forasyncChunked(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Helper method for forasyncNbChunked.
|
static void |
Module0.forasyncNb(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
static void |
Module0.forasyncNb(int s0,
int e0,
int s1,
int e1,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
static void |
Module0.forasyncNbChunked(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
static void |
HjRegionHelper.forseq(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Helper method for forseqNb.
|
static void |
Module0.forseqNb(HjRegion.HjRegion2D hjRegion,
HjProcedureInt2D body)
Construct to represent a sequential loop while working with regions.
|
static void |
Module0.forseqNb(int s0,
int e0,
int s1,
int e1,
HjProcedureInt2D body)
Construct to represent loop-level parallelism.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.