08dd75712f
* Add ncclCommDump API * remove trailing whitespace changes * Add more proxy trace timestamps * Add facebook_rccl namespace before proxyTrace timestamp call * Clean up ProxyTrae construction * Move updateProxyOpCounter to member function * Move setProxyOpTimestamp to member function * Move addNewProxyOp to member function * Make internal methods private * Make ProxyTrace thread safe * Fix unit tests * Fix overwritten ProxyTrace DONE setting in net.cc
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.