sling00 / amdmeminfo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amdmeminfo

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


Installation

  • Download and unzip or git clone: git clone https://github.com/ystarnaud/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

About

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

License:GNU General Public License v3.0


Languages

Language:C 96.9%Language:Makefile 3.1%