pytorch / cpuinfo

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

Add Bazel builds to PR hooks #202

Closed prashanthswami closed 5 months ago

prashanthswami commented 7 months ago

When submitting a PR, we should try to run at least one Bazel target to keep that file healthy. It is very easy to break it otherwise, see: https://github.com/pytorch/cpuinfo/pull/201 .