Skip to content

Commit 2b8ccc6

Browse files
committed
Enable building maxpool2d module in CMake
1 parent f40eb22 commit 2b8ccc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ add_library(neural
8686
src/nf_layer_submodule.f90
8787
src/nf_loss.f90
8888
src/nf_loss_submodule.f90
89+
src/nf_maxpool2d_layer.f90
90+
src/nf_maxpool2d_layer_submodule.f90
8991
src/nf_network.f90
9092
src/nf_network_submodule.f90
9193
src/nf_optimizers.f90

0 commit comments

Comments
 (0)