diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-12-09 11:39:41 -0500 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-02-12 06:55:16 -0500 |
| commit | 308ff37a60a61e158bfe108bfcea0bf3b71e942d (patch) | |
| tree | bb8abf906bdd5823aeefa3c89668d38c6f1bc3d8 /native/include | |
| parent | adfef1cb9a8960690fb85cc0b99e8fe266e173eb (diff) | |
Add LP-based blocking analysis for FMLP+
Diffstat (limited to 'native/include')
| -rw-r--r-- | native/include/lp_analysis.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/native/include/lp_analysis.h b/native/include/lp_analysis.h index 182eff1..998eeb5 100644 --- a/native/include/lp_analysis.h +++ b/native/include/lp_analysis.h | |||
| @@ -3,12 +3,14 @@ | |||
| 3 | 3 | ||
| 4 | #include "sharedres_types.h" | 4 | #include "sharedres_types.h" |
| 5 | 5 | ||
| 6 | extern BlockingBounds* lp_dpcp_bounds(const ResourceSharingInfo& info, | 6 | BlockingBounds* lp_dpcp_bounds(const ResourceSharingInfo& info, |
| 7 | const ResourceLocality& locality, bool use_RTA = true); | 7 | const ResourceLocality& locality, bool use_RTA = true); |
| 8 | 8 | ||
| 9 | extern BlockingBounds* lp_dflp_bounds(const ResourceSharingInfo& info, | 9 | BlockingBounds* lp_dflp_bounds(const ResourceSharingInfo& info, |
| 10 | const ResourceLocality& locality); | 10 | const ResourceLocality& locality); |
| 11 | 11 | ||
| 12 | extern BlockingBounds* lp_mpcp_bounds(const ResourceSharingInfo& info); | 12 | BlockingBounds* lp_mpcp_bounds(const ResourceSharingInfo& info); |
| 13 | |||
| 14 | BlockingBounds* lp_part_fmlp_bounds(const ResourceSharingInfo& info); | ||
| 13 | 15 | ||
| 14 | #endif /* LP_ANALYSYS_H_ */ | 16 | #endif /* LP_ANALYSYS_H_ */ |
