Skip to content

kruzer/poclmembench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poclmembench

Portable OpenCL Memory Benchmark

poclmemebench benchmarks amd gpu memory, works on platforms:

  • Linux
  • MacOS
  • Windows

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. The ethminer is ready to go.

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

About

calculates your gpu memory speed

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages