-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with GCC14 #7650
Comments
copybara-service bot
pushed a commit
that referenced
this issue
Jan 7, 2025
PiperOrigin-RevId: 712750665
copybara-service bot
pushed a commit
that referenced
this issue
Jan 7, 2025
PiperOrigin-RevId: 712750665
copybara-service bot
pushed a commit
that referenced
this issue
Jan 7, 2025
PiperOrigin-RevId: 712750665
I tried the version 74c0fd1, which still had this issue. |
copybara-service bot
pushed a commit
that referenced
this issue
Jan 17, 2025
PiperOrigin-RevId: 716735298
copybara-service bot
pushed a commit
that referenced
this issue
Jan 17, 2025
PiperOrigin-RevId: 716735298
copybara-service bot
pushed a commit
that referenced
this issue
Jan 17, 2025
PiperOrigin-RevId: 716756158
This was referenced Jan 17, 2025
snnn
added a commit
to microsoft/onnxruntime
that referenced
this issue
Jan 22, 2025
### Description Add custom vcpkg ports for the following packages: 1. cpuinfo 2. onnx 3. pthreadpool 4. xnnpack Because: - The cpuinfo/pthreadpool/xnnpack packages in the official vcpkg repo are too old. - XNNPack's version is updated from 2022-12-22 to 2025-01-17 - CPUINFO's version is updated from 2022-07-19 to 2024-12-09 - Pthreadpool's version is updated from 2020-04-10 to 2024-12-17, and the source code location is changed from https://github.com/Maratyszcza/pthreadpool to https://github.com/google/pthreadpool - The onnx package in the official repo requires building python from source, which then requires a lot of additional dependencies to be installed. This PR removes them. - Added a disable_gcc_warning.patch file for xnnpack for addressing the issue reported in google/XNNPACK#7650. I will remove this patch when the issue is fully addressed. - Added " -DONNX_DISABLE_STATIC_REGISTRATION=ON" to ONNX's config options. -
ashrit-ms
pushed a commit
to microsoft/onnxruntime
that referenced
this issue
Jan 23, 2025
### Description Add custom vcpkg ports for the following packages: 1. cpuinfo 2. onnx 3. pthreadpool 4. xnnpack Because: - The cpuinfo/pthreadpool/xnnpack packages in the official vcpkg repo are too old. - XNNPack's version is updated from 2022-12-22 to 2025-01-17 - CPUINFO's version is updated from 2022-07-19 to 2024-12-09 - Pthreadpool's version is updated from 2020-04-10 to 2024-12-17, and the source code location is changed from https://github.com/Maratyszcza/pthreadpool to https://github.com/google/pthreadpool - The onnx package in the official repo requires building python from source, which then requires a lot of additional dependencies to be installed. This PR removes them. - Added a disable_gcc_warning.patch file for xnnpack for addressing the issue reported in google/XNNPACK#7650. I will remove this patch when the issue is fully addressed. - Added " -DONNX_DISABLE_STATIC_REGISTRATION=ON" to ONNX's config options. -
guschmue
pushed a commit
to microsoft/onnxruntime
that referenced
this issue
Mar 6, 2025
### Description Add custom vcpkg ports for the following packages: 1. cpuinfo 2. onnx 3. pthreadpool 4. xnnpack Because: - The cpuinfo/pthreadpool/xnnpack packages in the official vcpkg repo are too old. - XNNPack's version is updated from 2022-12-22 to 2025-01-17 - CPUINFO's version is updated from 2022-07-19 to 2024-12-09 - Pthreadpool's version is updated from 2020-04-10 to 2024-12-17, and the source code location is changed from https://github.com/Maratyszcza/pthreadpool to https://github.com/google/pthreadpool - The onnx package in the official repo requires building python from source, which then requires a lot of additional dependencies to be installed. This PR removes them. - Added a disable_gcc_warning.patch file for xnnpack for addressing the issue reported in google/XNNPACK#7650. I will remove this patch when the issue is fully addressed. - Added " -DONNX_DISABLE_STATIC_REGISTRATION=ON" to ONNX's config options. -
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce the issue:
You will see:
The text was updated successfully, but these errors were encountered: