Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.runtime.region |
The base package for all habanero-java regions.
|
Modifier and Type | Method and Description |
---|---|
static RectangularRegion2D |
Module0.myGroup(int groupId0,
int groupId1,
HjRegion.HjRegion2D hjRegion,
int groupSize0,
int groupSize1)
Retrieves the region represented for the given
(groupId0, groupId1) when the iteration space is divided
into groupSize0 x groupSize1 groups. |
Modifier and Type | Method and Description |
---|---|
static RectangularRegion2D |
RegionFactory.myGroup(int groupId0,
int groupId1,
HjRegion.HjRegion2D hjRegion2D,
int groupSize0,
int groupSize1)
myGroup.
|
static RectangularRegion2D |
RegionFactory.newRectangularRegion2D(int pMinInc0,
int pMaxInc0,
int pMinInc1,
int pMaxInc1)
newRectangularRegion2D.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.