poclmembench

Portable OpenCL Memory Benchmark

poclmemebench benchmarks amd gpu memory, works on platforms:

Project inspired by delphi OclMemBench by duzenko https://github.com/duzenko/OpenclMemBench

Install

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.

Usage

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

Build

This project uses [CMake].

  1. Create a build directory.
mkdir build; cd build
  1. Configure the project with CMake.
cmake ..
  1. Build the project using CMake. This is a portable variant of make.
cmake --build .

example

poclmembench -p 0 -d 0

Linux Screeenshot MacOS Screeenshot Windows Screeenshot