-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: macosMac OS related issuesMac OS related issuesmodule: regressionIt used to work, and now it doesn'tIt used to work, and now it doesn'ttriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
Description
🐛 Describe the bug
Consider:
python -c "import torch;from pathlib import Path;print(torch.__version__, torch.backends.openmp.is_available(), '\n'.join(str(x) for x in (Path(torch.utils.cmake_prefix_path).parent.parent / 'include').glob('omp.h')))"
2.3.0 True /Users/nshulga/miniforge3/envs/py311/lib/python3.11/site-packages/torch/include/omp.h
But:
% python -c "import torch;from pathlib import Path;print(torch.__version__, torch.backends.openmp.is_available(), '\n'.join(str(x) for x in (Path(torch.utils.cmake_prefix_path).parent.parent / 'include').glob('*.h')))"
2.4.0.dev20240401 False
Versions
2.3.0, nightly
lin72h
Metadata
Metadata
Assignees
Labels
module: binariesAnything related to official binaries that we release to usersAnything related to official binaries that we release to usersmodule: macosMac OS related issuesMac OS related issuesmodule: regressionIt used to work, and now it doesn'tIt used to work, and now it doesn'ttriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module