1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# TransferBench
TransferBench is a simple utility capable of benchmarking simultaneous copies between user-specified devices (CPUs/GPUs).
TransferBench can now be found at: https://github.com/ROCmSoftwarePlatform/TransferBench
## 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
## Copyright
All source code and accompanying documentation is copyright (c) 2022, Advanced Micro Devices, Inc. All rights reserved.
|