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
Raw File
Tip revision: db211f1d84965fd56f450cd4592f0c99b3b1d99c authored by Namgoo Lee on 16 April 2018, 01:16:59 UTC
Remove unnecessary sys/io.h
Tip revision: db211f1
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
back to top