poclmemebench benchmarks amd gpu memory, works on platforms:
- Linux
- MacOS
- Windows
Project inspired by delphi OclMemBench by duzenko https://github.com/duzenko/OpenclMemBench
Standalone executables for Linux, macOS and Windows are provided in the Releases section. Download an archive for your operating system and unpack the content to a place accessible from command line.
The poclmembench is a command line utility. This means you launch it either from a Windows command prompt or Linux console, or create shortcuts to predefined command lines using a Linux Bash script or Windows batch/cmd file. For a full list of available command, please run
poclmembench --help
This project uses [CMake].
- Create a build directory.
mkdir build; cd build
- Configure the project with CMake.
cmake ..
- Build the project using CMake. This is a portable variant of
make
.
cmake --build .
poclmembench -p 0 -d 0