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

AVert/amdmeminfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#amdmeminfo

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


###Installation

  • Download ZIP or via Github client.
  • Install AMDAPPSDK/OpenCL library (required for OpenCL functions)
  • sudo apt-get install libpci-dev
  • Unzip or git clone
  • cd amdmeminfo
  • Edit Makefile to specify AMDAPPSDK path
  • 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 98.4%
  • Makefile 1.6%