Skip to content

CPU icon Tutorial: CPU-only Run

Audience: new users who want to run without CUDA/GPU.

If CUDA is not available or you want deterministic CPU runs, disable the GPU path.

Build as usual, then run:

./RG-Evo --gpu false -L 512 -l 0.5 -m 20000

Notes

  • CPU fallback is always available.
  • Performance is lower than GPU; reduce -m or -t for quick experiments.

See also