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
CONTRIBUTING.md
You want to contribute to CNTK? We're really excited to work together!

Please, follow the steps from the documentation:

https://docs.microsoft.com/en-us/cognitive-toolkit/contributing-to-cntk

Your CNTK team.
back to top