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

Document how to build mops on CPU only despite the presence of a CUDA compiler #56

Open
frostedoyster opened this issue Apr 29, 2024 · 1 comment

Comments

@frostedoyster
Copy link
Collaborator

This might be as easy as doing CMAKE_MOPS_CUDA=OFF CMAKE_MOPS_TORCH_CUDA=OFF pip install ... (and making sure the torch wheels are CPU-only), but this needs to be documented.

@frostedoyster frostedoyster changed the title Document how to build mops on CPU-only despite the presence of a CUDA compiler Document how to build mops on CPU only despite the presence of a CUDA compiler Apr 29, 2024
@Luthaf
Copy link
Contributor

Luthaf commented Apr 30, 2024

Are you sure that CMAKE_XXX in the env is used to set the XXX cmake option? This happens for native options, but I'm not sure it's the case in general.

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

No branches or pull requests

2 participants