Skip to content

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

License

Notifications You must be signed in to change notification settings

minershive/amdmeminfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Makefile 2.8%