**************************** TransferBench documentation **************************** TransferBench is a utility capable of benchmarking simultaneous transfers between user-specified devices (CPUs/GPUs). A transfer is a single operation where an executor reads and adds values from source (SRC) memory locations, then writes the sum to destination (DST) memory locations. This simplifies to a simple copy operation when dealing with a single SRC/DST. For more information, see `GitHub. `_ .. grid:: 2 :gutter: 3 .. grid-item-card:: Install * :doc:`TransferBench installation <./install/install>` .. grid-item-card:: API reference * :doc:`API library ` .. grid-item-card:: How to * :doc:`Use TransferBench ` To contribute to the documentation, refer to `Contributing to ROCm `_. You can find licensing information on the `Licensing `_ page.