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
This is probably not urgent, but it will likely affect others with the same OS / Arch.
Target platform
darwin/arm64
Build script
./build.sh --parallel or any other variation of ./build.sh
Error / output
[ 71%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/david/code/msft/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/attention_quant.cc.o
[ 71%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/david/code/msft/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/dynamic_quantize_lstm.cc.o
[ 71%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/david/code/msft/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/dynamic_quantize_matmul.cc.o
In file included from /Users/david/code/msft/onnxruntime/onnxruntime/contrib_ops/cpu/inverse.cc:8:
In file included from /Users/david/code/msft/onnxruntime/onnxruntime/core/util/math_cpuonly.h:68:
In file included from /Users/david/code/msft/onnxruntime/build/MacOS/Debug/_deps/eigen-src/Eigen/Core:358:
/Users/david/code/msft/onnxruntime/build/MacOS/Debug/_deps/eigen-src/Eigen/src/Core/PartialReduxEvaluator.h:57:64: error: no matching function for call to 'pset1'
PacketType packetwise_redux_empty_value(const Func& ) { return pset1<PacketType>(0); }
Visual Studio Version
N/A
GCC / Compiler Version
$ clang -v Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin23.1.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
The text was updated successfully, but these errors were encountered:
Describe the issue
After the recent changes to update the eigen sha for deps.txt, I have been unable to build running
./build.sh
on the main branch.Previous to the changes to eigen, I was able to build on OSX arm64.
related #18286
Urgency
This is probably not urgent, but it will likely affect others with the same OS / Arch.
Target platform
darwin/arm64
Build script
./build.sh --parallel
or any other variation of./build.sh
Error / output
Visual Studio Version
N/A
GCC / Compiler Version
$ clang -v Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin23.1.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
The text was updated successfully, but these errors were encountered: