You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# https://github.com/microsoft/onnxruntime/blob/baeece44ba075009c6bfe95891a8c1b3d4571cb3/cmake/external/onnxruntime_external_deps.cmake#L249-L251
if not self.settings.os == "Emscripten":
tc.preprocessor_definitions["CPUINFO_SUPPORTED"] = ""
Description
After updating recipe to latest version on CCI I've noticed performance degradation in some cases. I've been able to fix it by injecting preprocessor definition that has been removed in #23409
I've added these 3 lines to generate method but maybe it would be better to add it to onnxruntime_external_deps.cmake instead.
https://github.com/microsoft/onnxruntime/blob/baeece44ba075009c6bfe95891a8c1b3d4571cb3/cmake/external/onnxruntime_external_deps.cmake#L249-L251
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
Steps to reproduce
conan install -r conancenter --requires=onnxruntime/1.15.1 -pr:b=default -pr:h=default
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: