pytorch / cpuinfo

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

Remove deps/ from git ignore file #85

Closed Vertexwahn closed 2 years ago

Vertexwahn commented 2 years ago

The deps folder contains clog which is a mandatory third-party lib of cpuinfo and should therefore not be ignored. Also updated Bazel version.

Vertexwahn commented 2 years ago

@malfet Can you have a look?

Vertexwahn commented 2 years ago

@malfet Can you approve?

Maratyszcza commented 2 years ago

The deps is intentionally in .gitignore to avoid committing clog build objects and artifacts when the latter is configured/built within cpuinfo tree. Whenever clog is modified (extremely rare), it is added to commit via git add -f ....