mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
MLAS: fix AVXVNNI+Linux qgemv kernel (#9234)
This commit is contained in:
parent
e2d779246a
commit
c23a216900
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ C_UNDERSCORE(MlasGemvU8S8KernelAvxVnni):
|
|||
vperm2i128 ymm7,ymm7,ymm8,0x20
|
||||
vperm2i128 ymm8,ymm9,ymm10,0x20
|
||||
vperm2i128 ymm10,ymm9,ymm10,0x31
|
||||
vmovaps ymm3,ymm4
|
||||
vmovaps ymm9,ymm4
|
||||
|
||||
.LStoreOutput4By32:
|
||||
vmovdqu YMMWORD PTR [rbx],ymm7
|
||||
|
|
|
|||
Loading…
Reference in a new issue