Skip to content

Commit

Permalink
Merge pull request karpathy#337 from lancerts/make-fix
Browse files Browse the repository at this point in the history
Makefile type fix: move gelu_backward to backward block
  • Loading branch information
karpathy authored May 5, 2024
2 parents a7c1e44 + c81adeb commit 9e4f9df
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 9e4f9df

Please sign in to comment.