ENH: MMORF on the CPU

MMORF can now be compiled and executed on systems without a GPU. The CPU version can run in parallel on multiple CPU cores by specifying the --num_threads option, or by setting the FSL_NUM_THREADS environment variable. The CPU version can run on both Linux (Intel) and macOS (Intel and Apple Silicon).

This work was split over several stages, each outlined in the following merge requests (newest first):

Edited by Paul McCarthy

Merge request reports

Loading