Replies: 5 comments 15 replies
-
The latest release used Visual Studio 2019. The next release will use Visual Studio 2022 instead. |
Beta Was this translation helpful? Give feedback.
-
Which gcc 11 version? Is it gcc 11.4.0? Thanks |
Beta Was this translation helpful? Give feedback.
-
Do you know which assembler version was used? Command to check |
Beta Was this translation helpful? Give feedback.
-
I didn't look deep into this. We just use what CentOS provides. Our Linux builds run in docker. Here is the docker file: https://github.com/microsoft/onnxruntime/blob/main/tools/ci_build/github/linux/docker/inference/x64/default/cpu/Dockerfile You can build the docker image and run the command by yourself. But, the output doesn't guarantee to be always the same. |
Beta Was this translation helpful? Give feedback.
-
The container built with the current Dockerfile has
In the ONNX Runtime release announcements, in v1.15.0, it says
The documentation on "Build ONNX Runtime for inferencing" says
Is it possible to change the gcc requirement to at least gcc 12, which is what your current build container has? Newer versions of compiler are required to build better and more optimal code, including compiling new instructions for deep learning. For example, compiler support for AMX instructions which ONNX Runtime uses was added in gcc 11. |
Beta Was this translation helpful? Give feedback.
-
Which version of compilers are used to build the ONNX Runtime binaries released on the repository's release page?
What about the python pip package for ONNX Runtime?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions