Migrating from RBT to TransferBench and RVS#
ROCm Bandwidth Test (RBT) is deprecated and reaches end-of-life with the TheRock-based ROCm 7.14.0 release. RBT’s bandwidth-measurement engine was already migrated to TransferBench, so TransferBench provides the same underlying measurement capability and is the direct technical successor. ROCm Validation Suite (RVS) bundles TransferBench and adds a curated test framework on top of it.
Benefits of transitioning#
Transitioning to TransferBench and RVS provides the following benefits:
Removes a redundant, overlapping tool
Formalizes the de facto standard that customer-facing teams already prefer
Gives standard users a guardrailed entry point rather than an open-ended interface
Choosing the right replacement tool#
The right replacement depends on how you used RBT. If you previously used RBT for bandwidth measurement, system validation, or as part of a larger toolchain, use the following table to identify the right tool according to your requirement:
RBT use case |
Recommended tool |
Reason |
|---|---|---|
Full-control, ad hoc bandwidth measurement |
Direct successor to RBT’s bandwidth functionality; exposes the complete low-level transfer interface |
|
System or platform validation and field testing |
Curated, selectable test suite built on TransferBench |
|
Getting all relevant tools in a single install |
TransferBench ships bundled with RVS |
Migrating to TransferBench#
TransferBench is the recommended path for power users who need full, open-ended control over transfer configuration and measurement. It exposes the complete low-level interface that RBT’s measurement engine was built on.
Command mapping#
The following table maps common RBT commands to their TransferBench equivalents.
RBT command |
TransferBench equivalent |
Description |
|---|---|---|
|
|
Unidirectional copy across all device pairs |
|
|
Bidirectional copy across all device pairs |
|
|
Peer-to-peer device memory bandwidth |
|
|
HBM and host-device bandwidth health check (MI300X / gfx942 series) |
|
|
Parallel transfers between all GPU device pairs |
|
|
Ordered sweep through sets of transfers |
Configuration#
TransferBench is configured through environment variables rather than command-line flags. The following variables correspond to the most common RBT behaviour:
Variable |
Default |
Description |
|---|---|---|
|
|
Number of timed iterations; a negative value runs for that many seconds |
|
|
Number of warm-up iterations before timing begins |
|
|
Set to |
|
|
Set to |
For the complete list of environment variables and available preset test names, see the TransferBench environment variables.
Migrating to ROCm Validation Suite#
RVS is the recommended path for system validation and field use. RVS bundles TransferBench, so installing RVS gives you the validation framework and the underlying transfer engine in a single package. RVS also provides curated, selectable tests built on TransferBench, offering a lower-complexity entry point for standard users and field teams who don’t require TransferBench’s full interface.
For RVS installation and usage instructions, see the RVS documentation.
Tool support#
RVS maintainers support RVS itself — the executable, the test framework, and the selectable-test entry points. Issues specific to a bundled low-level tool such as TransferBench remain with that tool’s owners; bundling TransferBench into RVS doesn’t transfer support ownership.