Skip to content
Snippets Groups Projects
Commit ec84ed2b authored by Elizabeth's avatar Elizabeth
Browse files

Merge branch 'approx_hpvm' of https://gitlab.engr.illinois.edu/llvm/hpvm into approx_hpvm

parents dbe81220 eddb00ee
No related branches found
No related tags found
No related merge requests found
......@@ -690,7 +690,7 @@ void RuntimeController::computeParetoConfigurationPoints() {
bool en_notDominated = true;
if (!EnergyConfigurations.empty()) {
if (EnergyConfigurations.back()->energy <= sp)
if (EnergyConfigurations.back()->energy <= en)
en_notDominated = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment