Files
rocm-systems/test
corey-derochie-amd 18e9ad913b Fixed unit-test env var list parsing and improved filtered test run speed (#1626)
* Fixed parsing of env var lists which were overwriting the mutable env var string and polluting future parses.

* Fixed all tests to obey UT_DATATYPES and UT_REDOPS filters.

* Allow tests to bail early via `GTEST_SKIP` if UT_DATATYPES or UT_REDOPS filters give a test size of zero. This allows tests to run much faster with filters on.

* Wrapped the support checks in helper functions on `TestBed`.
2025-12-10 10:06:44 -07:00
..
2025-06-25 23:01:34 -05:00
2025-06-13 15:05:34 -04:00
2023-06-29 08:08:17 -06:00

RCCL Test Suite

Testing infrastructure for ROCm Communication Collectives Library (RCCL).

Table of Contents


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

2. MPI Test Runner

Base class for multi-process distributed tests using MPI.

📄 Full Documentation