Skip to content

Commit

Permalink
add missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmy Mu committed Feb 21, 2021
1 parent 7108009 commit 26cc4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dpe_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int main(int argc, char **argv) {
testing::TargetViewState tgt_state =
testing::InitDeviceState(dpe_total_targets);

assert(tgt_state.num_targets == dpe_total_targets);
assert(tgt_state.num_devices == dpe_total_targets);

std::vector<PlacementSchema> output_tmp, schemas;
std::vector<TargetID> targets =
Expand Down
1 change: 1 addition & 0 deletions ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cmake \
-DBUILD_SHARED_LIBS=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DHERMES_INTERCEPT_IO=ON \
-DHERMES_BUILD_BENCHMARKS=ON \
-DHERMES_COMMUNICATION_MPI=ON \
-DHERMES_BUILD_BUFFER_POOL_VISUALIZER=ON \
-DORTOOLS_DIR=${INSTALL_PREFIX} \
Expand Down

0 comments on commit 26cc4f5

Please sign in to comment.