Go to the source code of this file.
|
void | MocFM_2WayEdgeRefine (CtrlType *ctrl, GraphType *graph, float *tpwgts, int npasses) |
|
void | SelectQueue (int ncon, float *npwgts, float *tpwgts, int *from, int *cnum, PQueueType queues[MAXNCON][2]) |
|
int | BetterBalance (int ncon, float *npwgts, float *tpwgts, float *diff) |
|
float | Compute2WayHLoadImbalance (int ncon, float *npwgts, float *tpwgts) |
|
void | Compute2WayHLoadImbalanceVec (int ncon, float *npwgts, float *tpwgts, float *lbvec) |
|
int BetterBalance |
( |
int |
ncon, |
|
|
float * |
npwgts, |
|
|
float * |
tpwgts, |
|
|
float * |
diff |
|
) |
| |
float Compute2WayHLoadImbalance |
( |
int |
ncon, |
|
|
float * |
npwgts, |
|
|
float * |
tpwgts |
|
) |
| |
void Compute2WayHLoadImbalanceVec |
( |
int |
ncon, |
|
|
float * |
npwgts, |
|
|
float * |
tpwgts, |
|
|
float * |
lbvec |
|
) |
| |
void MocFM_2WayEdgeRefine |
( |
CtrlType * |
ctrl, |
|
|
GraphType * |
graph, |
|
|
float * |
tpwgts, |
|
|
int |
npasses |
|
) |
| |
Definition at line 20 of file mfm.c.
void SelectQueue |
( |
int |
ncon, |
|
|
float * |
npwgts, |
|
|
float * |
tpwgts, |
|
|
int * |
from, |
|
|
int * |
cnum, |
|
|
PQueueType |
queues[MAXNCON][2] |
|
) |
| |