Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
rename 'scaled_dot_production_attention' to 'scaled_dot_product_atten…
Browse files Browse the repository at this point in the history
…tion' (#625)
  • Loading branch information
taozha2 committed Jun 30, 2023
1 parent a4a9c56 commit 1bea8f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions examples/09_scaled_dot_product_attention/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(TARGET sdp)

#build test
add_executable(${TARGET} scaled_dot_product_attention.cpp)
4 changes: 0 additions & 4 deletions examples/09_scaled_dot_production_attention/CMakeLists.txt

This file was deleted.

2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ add_subdirectory(05_batch_gemm)
add_subdirectory(06_splitk_brgemm)
add_subdirectory(07_gemm_softmax)
add_subdirectory(08_multi_layer_perceptron)
add_subdirectory(09_scaled_dot_production_attention)
add_subdirectory(09_scaled_dot_product_attention)
add_subdirectory(10_gate_recurrent_unit)

0 comments on commit 1bea8f8

Please sign in to comment.