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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: