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

changelog updates

parent 1d34a197
This diff is collapsed.
# TransferBench # 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 ## Requirements
...@@ -20,18 +21,21 @@ python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html ...@@ -20,18 +21,21 @@ python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
``` ```
## Building ## Building
To build TransferBench using Makefile: To build TransferBench using Makefile:
```shell
$ make ```shell
``` make
```
To build TransferBench using cmake:
```shell To build TransferBench using CMake:
$ mkdir build
$ cd build ```shell
$ CXX=/opt/rocm/bin/hipcc cmake .. mkdir build
$ make cd build
``` CXX=/opt/rocm/bin/hipcc cmake ..
make
```
If ROCm is installed in a folder other than `/opt/rocm/`, set ROCM_PATH appropriately 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