Skip to content

Commit

Permalink
initialize is_packed_qkv_
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Nov 4, 2024
1 parent 53fd3b0 commit d49ecb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/contrib_ops/webgpu/bert/attention_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ struct WebgpuAttentionParameters {
kv_num_heads_(parameters.kv_num_heads),
num_splits_(parameters.num_splits),
rotary_dim_(parameters.rotary_dim),
is_packed_qkv_(parameters.is_packed_qkv),
is_subsequent_prompt_(parameters.is_subsequent_prompt),
is_first_prompt_(parameters.is_first_prompt),
rotary_interleaved_(parameters.rotary_interleaved),
Expand Down

0 comments on commit d49ecb4

Please sign in to comment.