You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.The text was updated successfully, but these errors were encountered: