Skip to content

ystarnaud/amdmeminfo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 88 commits ahead of Zuikkis:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.0%
  • Makefile 3.0%