Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sushraja-msft committed Dec 10, 2024
1 parent 401938f commit 9acf194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Status MatMulNBits::ComputeInternal(onnxruntime::webgpu::ComputeContext& context
constexpr int32_t subgroup_size = 16;
// How many times each workgroup reloads A sharing B. This is tuneable,
// 8 produces a good performance for sequence length of 256/512, 16 will give
// slightly better performance for seqeengths of 1024.
// slightly better performance for sequence lengths of 1024.
// Note: This should match A_REPEAT in the shader.
constexpr unsigned int kMatMulPrefillARepeat = 8;
program.SetWorkgroupSize(tile_size * subgroup_size);
Expand Down

0 comments on commit 9acf194

Please sign in to comment.