We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building on Mac M1, the CC compiler cannot find "pthread.h".
This is bacause #5497 uses CMAKE_C_COMPILER for building libxsmm, which is "/Library/Developer/CommandLineTools/usr/bin/cc" on Mac M1.
However, if I simply remove this change and use "/usr/bin/cc", other errors popup.
conda
pip
The text was updated successfully, but these errors were encountered:
@czkkkkkk could you please check my changes(#5626) on your machine?
Sorry, something went wrong.
Sure! Thanks for the fix.
itaraban
Successfully merging a pull request may close this issue.
🐛 Bug
When building on Mac M1, the CC compiler cannot find "pthread.h".
This is bacause #5497 uses CMAKE_C_COMPILER for building libxsmm, which is "/Library/Developer/CommandLineTools/usr/bin/cc" on Mac M1.
However, if I simply remove this change and use "/usr/bin/cc", other errors popup.
To Reproduce
Expected behavior
Environment
conda
,pip
, source):Additional context
The text was updated successfully, but these errors were encountered: