c64c23fbee
* Update unit tests for alt_rsmi impl
- Create distinct test executable for alt_rsmi testing
- Updated alt_rsmi tests to use public methods
- Compiles alt_rsmi.cc with ARSMI_TEST_BUILD
- Enables external linkage of internal variables
- Only for AltRsmiTests.cpp that manipulates internals
- Clean separation for test behavior
* Address review comments
* restore hidden symbol visibility
[ROCm/rccl commit: 74690ea705]
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.
2. MPI Test Runner
Base class for multi-process distributed tests using MPI.