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
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
When I want to build mshadow with intel mkl, the error shows that the --start-group is not supported by macOS. Is it possible to manually resolve the linker options?
The text was updated successfully, but these errors were encountered:
Update:
The corresponding linker options for macOS should be -L${MKLROOT}/lib -Wl,-rpath,${MKLROOT}/lib -lmkl_intel_ilp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl -liomp5
This successfully built in my case.
This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I want to build mshadow with intel mkl, the error shows that the
--start-group
is not supported by macOS. Is it possible to manually resolve the linker options?The text was updated successfully, but these errors were encountered: