Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
one
TransferBench
Commits
8c2c08df
Commit
8c2c08df
authored
Dec 01, 2025
by
srawat
Browse files
Doc fixes
parent
b52a25ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
10 deletions
+19
-10
docs/how to/use-transferbench.rst
docs/how to/use-transferbench.rst
+1
-1
docs/install/install.rst
docs/install/install.rst
+18
-9
No files found.
docs/how to/use-transferbench.rst
View file @
8c2c08df
...
...
@@ -66,7 +66,7 @@ There are two ways to specify a test:
.. code-block:: bash
1 4 (G0->G0->G1) Uses 4 CUs on GPU0 to copy from GPU0 to GPU1
1 4 (
G2->C1
->G0) Uses 4 CUs on GPU2 to copy from CPU1 to GPU0
1 4 (
C1->G2
->G0) Uses 4 CUs on GPU2 to copy from CPU1 to GPU0
2 4 G0->G0->G1 G1->G1->G0 Copies from GPU0 to GPU1, and GPU1 to GPU0, each with 4 SEs
- **Advanced**
...
...
docs/install/install.rst
View file @
8c2c08df
...
...
@@ -20,20 +20,29 @@ Prerequisite
Building TransferBench
------------------------
T
o build TransferBench
using Makefile, use
:
Here are the steps t
o build TransferBench:
.
.
code-block:: bash
1
.
Download the latest version of TransferBench from the git repository.
make
.. code-block:: bash
To build TransferBench using CMake, use:
git clone https://github.com/ROCm/TransferBench.git
cd TransferBench
.
.
code-block:: bash
2
.
Build TransferBench using Makefile.
mkdir build
cd build
CXX=/opt/rocm/bin/hipcc cmake ..
make
.. code-block:: bash
make
3. Build TransferBench using CMake.
.. code-block:: bash
mkdir build
cd build
CXX=/opt/rocm/bin/hipcc cmake ..
make
.. note::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment