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

Support for Building Without CPU #4459

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

osalpekar
Copy link
Member

Projects like pytorch/tensorrt want to build binaries for CUDA-only. We previously added support for excluding ROCM builds. This PR adds support for excluding CPU builds. We also add unit tests for this case, and expose a with_cpu option in the generate_binary_build_matrix GHA workflow.

@vercel
Copy link

vercel bot commented Aug 7, 2023

@osalpekar is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 7, 2023
@osalpekar osalpekar merged commit a173cfb into pytorch:main Aug 8, 2023
62 checks passed
Copy link
Collaborator

Choose a reason for hiding this comment

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

@osalpekar Why was this empty file added? Is it used by the flow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants