Hi,
i am messing around with intel mkl dnn(https://github.com/intel/mkl-dnn), because i want to compile it for nvidia jetson tx2 with cntk, i think it would be easier to have this c and headers files also for other libraries. Maybe there is some workaround or something else.
The “cpuid.h” header is architecture specific to x86. The Intel libraries are developed to make as good use as possible of the Intel CPUs and instructions. The Jetson is not Intel compatible. The Intel libraries will never work on Jetson.