Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2a1e70

Browse files
committedFeb 23, 2025·
layernorm: update cmake
1 parent 0667000 commit c2a1e70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ add_library(neural-fortran
3737
src/nf/nf_input3d_layer_submodule.f90
3838
src/nf/nf_layer_constructors.f90
3939
src/nf/nf_layer_constructors_submodule.f90
40+
src/nf/nf_layernorm.f90
41+
src/nf/nf_layernorm_submodule.f90
4042
src/nf/nf_layer.f90
4143
src/nf/nf_layer_submodule.f90
4244
src/nf/nf_linear2d_layer.f90

‎test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ foreach(execid
1212
insert_flatten
1313
reshape_layer
1414
multihead_attention_layer
15+
layernorm
1516
dense_network
1617
get_set_network_params
1718
conv2d_network

0 commit comments

Comments
 (0)
Please sign in to comment.