Commits


Chen Fu authored and GitHub committed df4cb6f3017
Adding pytorch cpuinfo as dependency (#8178) Pytorch cpuinfo library allows us to query current cpu features, micro-architecture and cache size, etc. These information is needed for targeted performance optimizations. Unfortunately it does not work under Windows/ARM. We need to develop our own later