Transfer bench single stream mode (#531)

- Adding single stream mode
- Removing some unused env vars
- Adding output to CSV mode for p2p benchmark, topology listing modes
This commit is contained in:
gilbertlee-amd
2022-04-08 15:20:55 -06:00
committed by GitHub
szülő acfb0210ea
commit def6832287
8 fájl változott, egészen pontosan 700 új sor hozzáadva és 609 régi sor törölve
+14
Fájl megtekintése
@@ -0,0 +1,14 @@
# TransferBench
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified devices (CPUs/GPUs).
## Requirements
1. ROCm stack installed on the system (HIP runtime)
2. libnuma installed on system
## Building
To build TransferBench:
* `make`
If ROCm is installed in a folder other than `/opt/rocm/`, set ROCM_PATH appropriately