Samsung / ONE

On-device Neural Engine
Other
412 stars 144 forks source link

[compiler] Upgrade ONNXRuntime #12816

Open seanshpark opened 3 months ago

seanshpark commented 3 months ago

ONNX 1.16.0 was released which provides INT16 QuantizeLinear/DequantizeLinear. Let's upgrade!

seanshpark commented 3 months ago

we also need onnxruntime to have new ONNX.

EwoutH commented 2 months ago

It looks like ONNX 1.16.0 was integrated into onnxruntime last week!

seanshpark commented 2 months ago

To do

seanshpark commented 2 months ago

done

seanshpark commented 2 months ago

https://github.com/Samsung/ONE/pull/12897#discussion_r1575731852

@jinevening wrote:

onnxruntime 1.17.3 does not support onnx 1.16.0 yet. From cmake/deps.txt in 1.17.3 source code.

onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.15.0.zip;54c3f960a0541c5d8d3e60c2933e11f5d3688a11
seanshpark commented 1 month ago

https://github.com/microsoft/onnxruntime/releases/tag/v1.18.0 is available