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
1f3e679b
You need to sign in or sign up before continuing.
Unverified
Commit
1f3e679b
authored
Dec 05, 2025
by
Swati Rawat
Committed by
GitHub
Dec 05, 2025
Browse files
Removing instructions.rst (#221)
* Delete instructions.rst
parent
ab945c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
+0
-36
docs/instructions.rst
docs/instructions.rst
+0
-36
No files found.
docs/instructions.rst
deleted
100644 → 0
View file @
ab945c1d
-------------
Requirements
-------------
1. ROCm stack installed on the system (HIP runtime)
2. libnuma installed on system
-------------
Building
-------------
To build TransferBench using Makefile:
::
$ make
To build TransferBench using cmake:
::
$ mkdir build
$ cd build
$ CXX=/opt/rocm/bin/hipcc cmake ..
$ make
If ROCm is installed in a folder other than `/opt/rocm/`, set ROCM_PATH appropriately
--------------------------
NVIDIA platform support
--------------------------
TransferBench may also be built to run on NVIDIA platforms via HIP, but requires a HIP-compatible CUDA version installed (e.g. CUDA 11.5)
To build:
::
CUDA_PATH=<path_to_CUDA> HIP_PLATFORM=nvidia make`
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