This repository was archived by the owner on Jan 15, 2026. It is now read-only.
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
mops on CPU only despite the presence of a CUDA compiler #56
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.