Commit 099ba67
Fix typos so to call correct vnni functions under vnni condition (#21625)
### Description
Fix 2 typos in mlas avx 4bit gemm implementation to call correct vnni
functions under vnni condition
### Motivation and Context
needed for 1.19.0 release
Signed-off-by: liqunfu <[email protected]>1 parent 7377a72 commit 099ba67
File tree
2 files changed
+3
-3
lines changed- onnxruntime/core/mlas/lib
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
683 | | - | |
684 | 682 | | |
| 683 | + | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| |||
0 commit comments