Note
Documentation: Full documentation is at rocm.docs.amd.com/projects/cvs (search, table of contents, and how-to guides). Source files are in the docs/ folder. To contribute, see Contribute to ROCm documentation.
CVS is a collection of test suites that validate AMD AI clusters end to end — from single-node burn-in health checks to cluster-wide distributed training and inference. CVS requires only SSH connectivity to cluster nodes (no Slurm or Kubernetes).
git clone https://github.com/ROCm/cvs
cd cvs
make install
source .cvs_venv/bin/activate
cvs --version
cvs list| Task | Documentation |
|---|---|
| First run in ~15 minutes | Quickstart |
| Install and upgrade | Install · Upgrade |
| Set up cluster and config files | Set up test configs · Set up cluster file |
| Run test suites | Run tests |
| JSON schemas | Configuration files |
| CLI options | CLI reference |
Repository layout: tests/ (pytest suites), lib/ (Python utilities), input/ (sample JSON configs), utils/ (standalone scripts).
Public repository: https://github.com/ROCm/cvs