Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Oct 15, 2024
1 parent 66b54cb commit 121b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/arm/multiheadattention_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MultiHeadAttention_arm::MultiHeadAttention_arm()
#endif
#endif // __ARM_NEON

support_bf16_storage = false;// TODO enable bf16 when gemm has proper out_elemtype support
support_bf16_storage = false; // TODO enable bf16 when gemm has proper out_elemtype support

q_gemm = 0;
k_gemm = 0;
Expand Down

0 comments on commit 121b1fe

Please sign in to comment.