Skip to content

Commit

Permalink
pnnx handles sdpa batch index (#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Aug 8, 2024
1 parent 03cf161 commit 60823a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pnnx/src/pass_ncnn/solve_batch_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static bool is_known_operator_with_batch_index_0(const Operator* op)
"F.pixel_shuffle",
"F.pixel_unshuffle",
"F.prelu",
"F.scaled_dot_product_attention",
"F.unfold",
"F.upsample_bilinear",
"F.upsample_nearest",
Expand Down

0 comments on commit 60823a8

Please sign in to comment.