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
However, the current construction of the CMake config sets SAF_PERFORMANCE_LIB to SAF_USE_INTEL_MKL_LP64 as default on Apple while building within SPARTA.
Environment
OS: macOS 14.1.2/M1
Compiler: AppleClang 15.0.0.15000309
Reproducible Steps
Steps to create the smallest reproducible scenario:
Clone the SPARTA repository on macOS 14/M1 and follow instructions from README
Run cmake -S . -B build
Expected Output
Apple Accelerate should be always used as default on Apple.
Actual Output
Intel MKL is being used as default on Apple.
The text was updated successfully, but these errors were encountered:
Description
Intel oneAPI Toolkit no longer available for macOS (see leomccormack/SPARTA#90).
However, the current construction of the CMake config sets SAF_PERFORMANCE_LIB to SAF_USE_INTEL_MKL_LP64 as default on Apple while building within SPARTA.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
cmake -S . -B build
Expected Output
Apple Accelerate should be always used as default on Apple.
Actual Output
Intel MKL is being used as default on Apple.
The text was updated successfully, but these errors were encountered: