index.rst 1.06 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
****************************
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. <https://github.com/ROCm/TransferBench>`_

.. grid:: 2
  :gutter: 3

  .. grid-item-card:: Install

       * :doc:`TransferBench installation <./install/install>`

  .. grid-item-card:: API reference

    * :doc:`API library <reference/api>`
  

  .. grid-item-card:: How to

    * :doc:`Use TransferBench <how to/use-transferbench>`


To contribute to the documentation, refer to
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.

You can find licensing information on the
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.
PedramAlizadeh's avatar
PedramAlizadeh committed
30
31
32