Academic or research source. Check the methodology, sample size, and whether it's been replicated.
Disable OpenMP in sleef to speed up cmake configure
Sleef's cmake spends ~5s on find_package(OpenMP), but PyTorch already disables sleef's DFT and tests (the only consumers of OpenMP in sleef). Setting SLEEF_DISABLE_OPENMP skips this entirely, saving...
PyTorch Releases··README: ~3 min
2-Minute Brief
According to PyTorch Releases: Sleef's cmake spends ~5s on find_package(OpenMP), but PyTorch already disables sleef's DFT and tests (the only consumers of OpenMP in sleef). Setting SLEEF_DISABLE_OPENMP skips this entirely, saving ~6s on a fresh cmake configure. Pull Request resolved: #176169 Approved by: https://github.com/malfet ghstack dependencies: #176052
Disable OpenMP in sleef to speed up cmake configure
TLDR
Sleef's cmake spends ~5s on find_package(OpenMP), but PyTorch already disables sleef's DFT and tests (the only consumers of OpenMP in sleef). Setting SLEEF_DISABLE_OPENMP skips this entirely, saving...
According to PyTorch Releases: Sleef's cmake spends ~5s on find_package(OpenMP), but PyTorch already disables sleef's DFT and tests (the only consumers of OpenMP in sleef). Setting SLEEF_DISABLE_OPENMP skips this entirely, saving ~6s on a fresh cmake configure. Pull Request resolved: #176169 Approved by: https://github.com/malfet ghstack dependencies: #176052