Skip to content
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

fix(docker/pytorch_base): configurable microarch #868

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

nkemnitz
Copy link
Collaborator

Most of the GCP VM's we use are Skylake without AVX512 support. Lowering the target microarch to v3 resolves the Illegal instruction (core dumped) error when importing graph-tool.
Pytorch still uses AVX512, if available. They do some runtime checks, I believe.

@nkemnitz nkemnitz requested a review from akhileshh January 25, 2025 07:27
Copy link
Contributor

@akhileshh akhileshh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nkemnitz nkemnitz merged commit 7cf7cba into main Jan 25, 2025
8 checks passed
@nkemnitz nkemnitz deleted the nkem/fix-docker-microarch branch January 25, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants