Skip to content

Commit

Permalink
Updating script.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimim committed Sep 10, 2023
1 parent 65d829b commit 5133b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/lbm/src/RunCavityTwoPop.cu
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ auto runFilterComputeType(Config& config,
testCode << "_SD";
return runFilterLattice<Grid, Storage, double>(config, report, testCode);
}
// if (config.computeTypeStr == "float") {
// return run<Grid, Storage, float>(config, report);
// }
if (config.computeTypeStr == "float") {
return run<Grid, Storage, float>(config, report);
}
NEON_DEV_UNDER_CONSTRUCTION("");
}

Expand Down

0 comments on commit 5133b11

Please sign in to comment.