https://github.com/Microsoft/CNTK
Revision db211f1d84965fd56f450cd4592f0c99b3b1d99c authored by Namgoo Lee on 16 April 2018, 01:16:59 UTC, committed by Namgoo Lee on 16 April 2018, 01:16:59 UTC
Machines with aarch64 architecure such as NVIDIA Jetson TX1 does
not have sys/io.h. Without this commit, building
libCntk.Core-2.5.so fails on a aarch64 machine.

It should be safe to completely remove the inclusion of sys/io.h,
since it seems that functions in the header are not used by CNTK.
1 parent 296ac76
History
Tip revision: db211f1d84965fd56f450cd4592f0c99b3b1d99c authored by Namgoo Lee on 16 April 2018, 01:16:59 UTC
Remove unnecessary sys/io.h
Tip revision: db211f1
File Mode Size
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
.clang-format -rw-r--r-- 931 bytes
.gitattributes -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 7.6 KB
.gitmodules -rw-r--r-- 105 bytes
CNTK.Common.props -rw-r--r-- 3.1 KB
CNTK.Cpp.props -rw-r--r-- 10.7 KB
CNTK.sln -rw-r--r-- 215.3 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 63.9 KB
README.md -rw-r--r-- 16.7 KB
ThirdPartyNotices.md -rw-r--r-- 21.0 KB
configure -rwxr-xr-x 35.8 KB

README.md

back to top