ciflow/trunk/169183: Remove superflous check from TorchConfig.cmake
A tiny code change could mean faster builds for everyone using PyTorch.
The PyTorch team merged commit 'ciflow/trunk/169183' removing a superfluous check from TorchConfig.cmake. Contributor 'Flamefire' noted the check was unnecessary as both branches were equal. This minor optimization in the build configuration system affects the foundational framework used by over 97,000 developers who have starred the project. While small, such changes incrementally improve the efficiency and maintainability of the world's leading open-source machine learning library.
Why It Matters
Every optimization in a core framework like PyTorch translates to faster development cycles and more reliable builds for millions of AI projects.