Skip to content

Commit

Permalink
Update SgemmKernelWasmSimd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Mar 22, 2024
1 parent 1e158ea commit 2dca0c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onnxruntime/core/mlas/lib/wasm_simd/SgemmKernelWasmSimd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,9 @@ Return Value:
if (k > 0) {

Row0AElements0 = a[0];
Row0AElements1 = a[0];

if (ProcessTwoRows) {
Row1AElements0 = a[lda];
Row1AElements1 = a[lda];
}

BElements0 = MlasLoadFloat32x4(B + 0);
Expand Down

0 comments on commit 2dca0c9

Please sign in to comment.