Get GDDR5 memory information and other information from AMD Radeon GPUs.
C Makefile
Switch branches/tags
Nothing to show
Pull request Compare This branch is 4 commits ahead, 9 commits behind ystarnaud:master.
Latest commit 4742d3b Dec 8, 2017 @sling00 sling00 Merge pull request #2 from realies/patch-2
fix title markup
Permalink
Failed to load latest commit information.
.gitignore Initial commit Jan 20, 2014
LICENSE Small changes Jan 20, 2014
Makefile cover all the bases Apr 19, 2017
README.md fix title markup Dec 8, 2017
amdmeminfo.c fixt Aug 26, 2017

README.md

amdmeminfo

Get GDDR5 memory information and other information from AMD Radeon GPUs.


Installation

  • Download and unzip or git clone: git clone https://github.com/sling00/amdmeminfo
  • cd amdmeminfo
  • Edit Makefile to specify AMDAPPSDK path or install OpenCL library: sudo apt-get install ocl-icd-opencl-dev
  • Install Linux PCI utilities: sudo apt-get install libpci-dev
  • make
  • Optional: sudo cp amdmeminfo /usr/local/bin

Usage

./amdmeminfo [options]

Options:

  • -h --help Display Help
  • -o --opencl Order by OpenCL ID (cgminer/sgminer GPU order)
  • -q --quiet Only output results
  • -s --short Short form output - 1 GPU/line - <OpenCLID>:<PCI Bus.Dev.Func>:<GPU Type>:<Memory Type>
  • --use-stderr Output errors to stderr