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

Bazel-support: Add MODUEL.bazel to support Bzlmod #229

Closed Vertexwahn closed 3 months ago

Vertexwahn commented 3 months ago

This PR adds a MODULE.bazel file. This is needed for Bzlmod support of Bazel. In the long term this will replace the WORKSPACE.bazel file. In the meantime, both files are needed.