8000 ci: aarch64 linux: fix torch performance regressions with conda openblas package by snadampal · Pull Request #1700 · pytorch/builder · GitHub
[go: up one dir, main page]

Skip to content

ci: aarch64 linux: fix torch performance regressions with conda openblas package #1700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

snadampal
Copy link
Contributor
@snadampal snadampal commented Feb 6, 2024

changing the conda openblas package from pthread version to openmp version to match torch openmp runtime. The pthread version was conflicting with the openmp runtime and causing thread over-subscription and performance degradation.
This fixes the regression introduced when the wheel builder was moved from local openblas builds to conda package in PyTorch 2.1.

Fixes pytorch/pytorch#119374

…ckage

changing the conda openblas package from pthread version
to openmp version to match torch openmp runtime. The pthread
version was conflicting with the openmp runtime and causing
thread over-subscription and performance degradation.
@malfet malfet merged commit a84c788 into pytorch:release/2.2 Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0