Commit 80db71fc authored by Lisa Delaney's avatar Lisa Delaney
Browse files

changelog updates

parent 1d34a197
This diff is collapsed.
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment