pytorch / cpuinfo

CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
BSD 2-Clause "Simplified" License
961 stars 305 forks source link

adding support for QNX #52

Open asobhy-qnx opened 3 years ago

asobhy-qnx commented 3 years ago

I am cross compiling libtorch for QNX and I came across cpuinfo which does not have an implementation for QNX. Is there a way to build libtorch and bypass cpuinfo? Otherwise I will create an implementation for cpuinfo for QNX

buddybu commented 1 year ago

@asobhy-qnx -- did anything come of this? If you came up with your own QNX implementation, would you mind sharing it?