Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Benson <[email protected]>
  • Loading branch information
bvanessen and benson31 authored Sep 24, 2024
1 parent 008e912 commit 5acdc25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ add_subdirectory(applications/CANDLE/pilot2/tools)
add_subdirectory(applications/ATOM/utils)
add_subdirectory(tests)
add_subdirectory(scripts)
add_subdirectory(core-driver)

################################################################
# Install LBANN
Expand Down
3 changes: 1 addition & 2 deletions core-driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.21.0)
project(my_lbann_test CXX)
project(lbann-test-driver CXX)
find_package(LBANN 0.102.0 REQUIRED)
find_package(Conduit CONFIG REQUIRED)
add_executable(lbann-core main.cpp)
target_link_libraries(lbann-core PRIVATE LBANN::lbann)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class conduit_data_reader : public generic_data_reader
return label_size;
}

protected:
private:
std::vector<int> m_data_dims;
std::vector<int> m_label_dims;

Expand Down

0 comments on commit 5acdc25

Please sign in to comment.