onnxruntime/onnxruntime
Erick Muñoz e93f14e00d
Check partial conversion on FP16 to FP32 AVX Cast kernel (#22091)
### Description
Added checks to convert partial vectors in the early stages of the FP16
to FP32 cast using AVX NE CONVERT ISA.



### Motivation and Context
Avoid storing data in sections outside of the output buffer, these
checks are missing on the [original
PR](https://github.com/microsoft/onnxruntime/pull/21183).
This fix prevents memory corruption when the output buffer has a size
[n*16 + 1, n*16 + 7] with 0< n
2024-09-16 09:20:06 -07:00
..
contrib_ops Matmul_nbits kernel for mlas sqnbits to support Fp16 inputs (#21807) 2024-09-13 14:55:08 -07:00
core Check partial conversion on FP16 to FP32 AVX Cast kernel (#22091) 2024-09-16 09:20:06 -07:00
python Update Arm Compute Library Execution Provider (#22032) 2024-09-12 20:51:59 -07:00
test use node name in transpose optimizer when adding nodes rather than optype (#22084) 2024-09-16 09:12:13 -07:00
tool/etw Fix typos - 1st Wave (#21278) 2024-07-11 13:35:08 +08:00
wasm Introduce custom external data loader (#21634) 2024-08-27 12:18:52 -07:00
__init__.py bumps up version in main from 1.19 -> 1.20 (#21588) 2024-08-05 15:46:04 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings