Skip to content

Commit

Permalink
move gelu_backward to backward block
Browse files Browse the repository at this point in the history
  • Loading branch information
lancerts committed May 3, 2024
1 parent c04c133 commit c81adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/cuda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ attention_forward: attention_forward.cu
classifier_fused: classifier_fused.cu
crossentropy_forward: crossentropy_forward.cu
encoder_forward: encoder_forward.cu
gelu_backward: gelu_backward.cu
gelu_forward: gelu_forward.cu
layernorm_forward: layernorm_forward.cu
residual_forward: residual_forward.cu
Expand All @@ -40,6 +39,7 @@ matmul_forward: matmul_forward.cu
attention_backward: attention_backward.cu
crossentropy_softmax_backward: crossentropy_softmax_backward.cu
encoder_backward: encoder_backward.cu
gelu_backward: gelu_backward.cu
layernorm_backward: layernorm_backward.cu
matmul_backward_bias: matmul_backward_bias.cu
matmul_backward: matmul_backward.cu
Expand Down

0 comments on commit c81adeb

Please sign in to comment.