Skip to content

Conversation

@sushraja-msft
Copy link
Contributor

Description

Motivation and Context

@guschmue guschmue added the ep:WebGPU ort-web webgpu provider label Feb 11, 2025
const int output_count = std::min({context.OutputCount(), 1 + (past_key != nullptr ? 1 : 0) + (past_value != nullptr ? 1 : 0)});
const int past_sequence_length = output_count > 1 ? parameters.past_sequence_length_ : 0;
const int total_sequence_length = past_sequence_length + parameters.kv_sequence_length_;
const int total_sequence_length = parameters.total_sequence_length_;
Copy link
Contributor

@satyajandhyala satyajandhyala Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is already on main 2 months ago. Do you have the latest main?

const int total_sequence_length = parameters.total_sequence_length_;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ep:WebGPU ort-web webgpu provider

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants