Skip to content
New issue

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

issue with aligned_alloc on macOS 10.12 with clang 802.0.42 cannot find <malloc.h> #134

Open
samhodge opened this issue Apr 10, 2018 · 2 comments

Comments

@samhodge
Copy link

It seems that under /usr/include malloc.h is at /usr/include/malloc/malloc.h

I thought we could use stdlib.h instead, but after some reading I found that this has other issues.

Anyway the use case was to compile tensorflow r1.6 from tensorflow/contrib/cmake on macOS 10.12 with cland 802.0.42 and everything worked apart from gemmlowp so I thought I ought to let you know.

@bjacob
Copy link
Contributor

bjacob commented Apr 10, 2018

I think that's part of what this fixed:
f4763b6#diff-1d9ff34501cff9c205f20799e7a497db

Is TensorFlow still referencing an earlier gemmlowp commit? That would be a TF issue.

@samhodge
Copy link
Author

Yeah for sure I hacked most of those changes in myself. I am on tensorflow 1.6 contrib cmake build so I guess I can put PR for that to be updated, just wanted to make sure that it was reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants