2
0
Ficheiros
rocm-systems/projects/rccl/test/README.md
T
Ameya Keshava Mallya 42d84317cf Add 'projects/rccl/' from commit '1f2f9f33bac3e8ecfd84c69af6063d7352c362fc'
git-subtree-dir: projects/rccl
git-subtree-mainline: 3fd8a0d393
git-subtree-split: 1f2f9f33ba
2025-12-11 20:46:05 +00:00

29 linhas
740 B
Markdown

# RCCL Test Suite
Testing infrastructure for ROCm Communication Collectives Library (RCCL).
## Table of Contents
- [Overview](#overview)
- [Testing Frameworks](#testing-frameworks)
---
## Overview
The RCCL test suite provides following frameworks along with the existing rccl-UnitTests TestBed framework:
## Testing Frameworks
Following is a new testing framework for running single node & single process test in isolation:
### 1. Process Isolated Test Runner
Run tests in isolated processes with clean environment settings.
📄 **[Full Documentation](common/ProcessIsolatedTestRunner.md)**
### 2. MPI Test Runner
Base class for multi-process distributed tests using MPI.
📄 **[Full Documentation](common/MPITestRunner.md)**