Skip to content

Commit

Permalink
Fix last typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sushraja-msft committed Jan 17, 2025
1 parent 6a9ee0e commit 0dd9e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ Status DP4AMatMulNBitsProgram::GenerateShaderCode(ShaderHelper& shader) const {
return local_sum;
}
// Implement a 16x64x16 matrix multipy primitive using the 16 lanes of the subgroup.
// Implement a 16x64x16 matrix multiply primitive using the 16 lanes of the subgroup.
// Each Lane first loads a row of A and a column of B.
// Then each lane becomes responsible for a row and loops through the columns to compute
// dot product. The columns are fetched from other owning lanes using subgroupShuffle.
Expand Down

0 comments on commit 0dd9e67

Please sign in to comment.