Skip to content

Commit

Permalink
[NFC] Update typo in iree-e2e-matmul-test.cc (#16293)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvedhmeshram authored Feb 2, 2024
1 parent a957fde commit cddd084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/iree-e2e-matmul-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ REFERENCE_MATMUL(float, float, float, float)
REFERENCE_MATMUL(int8_t, int8_t, int32_t, int32_t)

// Reference mamtul instantiations from macro REFERENCE_MATMUL
// for the int8_t input, int32_t accumlation, and int32_t result.
// for the int32_t input, int32_t accumlation, and int32_t result.
// [i32 <= i32 * i32 + i32]
REFERENCE_MATMUL(int32_t, int32_t, int32_t, int32_t)

Expand Down

0 comments on commit cddd084

Please sign in to comment.