-
-
Notifications
You must be signed in to change notification settings - Fork 13
[Portability] Better macOS support #210
Copy link
Copy link
Open
Labels
backlogdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededportability
Metadata
Metadata
Assignees
Labels
backlogdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is neededportability
The binaries compiled on macOS via CI/CD works on the specific version of macOS with the specific version of compilers (GCC/Clang).
Only
OpenBLASis linked, which may not be optimal.To unleash further performance, the support ofMKLshall be enabled.macOS is not likely to be run on Intel chips.
The following tasks need to be done:
Configure CI/CD to enableMKL.