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
80db71fc
"git@developer.sourcefind.cn:one/TransferBench.git" did not exist on "b59c39da85a6a249322e00d8d7781c07fe27f14a"
Commit
80db71fc
authored
Nov 02, 2023
by
Lisa Delaney
Browse files
changelog updates
parent
1d34a197
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
365 additions
and
223 deletions
+365
-223
CHANGELOG.md
CHANGELOG.md
+349
-211
README.md
README.md
+16
-12
No files found.
CHANGELOG.md
View file @
80db71fc
This diff is collapsed.
Click to expand it.
README.md
View file @
80db71fc
# TransferBench
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified devices (CPUs/GPUs).
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified
CPU and GPU devices.
## Requirements
...
...
@@ -20,18 +21,21 @@ python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
```
## Building
To build TransferBench using Makefile:
```
shell
$
make
```
To build TransferBench using cmake:
```
shell
$
mkdir
build
$
cd
build
$ CXX
=
/opt/rocm/bin/hipcc cmake ..
$
make
```
```
shell
make
```
To build TransferBench using CMake:
```
shell
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
...
...
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